ui: Repaint graph view after animation to remove artifacts
bug id = 75
This commit is contained in:
@@ -175,6 +175,9 @@ void QtGraphView::switchToNewGraphData()
|
||||
node->hoverEnter();
|
||||
}
|
||||
}
|
||||
|
||||
// Repaint to make sure all artifacts are removed
|
||||
view->update();
|
||||
}
|
||||
|
||||
QtGraphicsView* QtGraphView::getView() const
|
||||
|
||||
Reference in New Issue
Block a user