ui: fixed crash on Windows caused by transition animation being deleted right after taking place

This commit is contained in:
Eberhard Graether
2015-03-04 10:58:50 +01:00
parent e71caf23dc
commit 284fb336a6
-2
View File
@@ -94,8 +94,6 @@ void QtGraphView::finishedTransition()
QGraphicsView* view = getView();
view->setInteractive(true);
m_transition.reset();
switchToNewGraphData();
}