From a2a3b7e1db732f24fba46f779f525d3624879676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Arve=20S=C3=A6ther?= Date: Wed, 1 Jul 2009 14:47:02 +0200 Subject: The simplification makes the parallel autotest fail. Disable it for now. --- src/gui/graphicsview/qgraphicsanchorlayout_p.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp index 5963d16..0bf974f 100644 --- a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp +++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp @@ -798,11 +798,11 @@ void QGraphicsAnchorLayoutPrivate::calculateGraphs() if (!calculateGraphCacheDirty) return; - simplifyGraph(Horizontal); - simplifyGraph(Vertical); + //simplifyGraph(Horizontal); + //simplifyGraph(Vertical); //q->dumpGraph(); - restoreSimplifiedGraph(Horizontal); // should not be here, but currently crashes if not - restoreSimplifiedGraph(Vertical); // should not be here, but currently crashes if not + //restoreSimplifiedGraph(Horizontal); // should not be here, but currently crashes if not + //restoreSimplifiedGraph(Vertical); // should not be here, but currently crashes if not calculateGraphs(Horizontal); -- cgit v0.12