summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.cpp8
1 files 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);