ui: fixed crash on Windows caused by transition animation being deleted right after taking place
This commit is contained in:
@@ -94,8 +94,6 @@ void QtGraphView::finishedTransition()
|
||||
QGraphicsView* view = getView();
|
||||
view->setInteractive(true);
|
||||
|
||||
m_transition.reset();
|
||||
|
||||
switchToNewGraphData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user