ui: Repaint graph view after animation to remove artifacts

bug id = 75
This commit is contained in:
Eberhard Graether
2016-05-31 16:44:24 +02:00
parent ab43d309cb
commit 468e55f078
+3
View File
@@ -175,6 +175,9 @@ void QtGraphView::switchToNewGraphData()
node->hoverEnter();
}
}
// Repaint to make sure all artifacts are removed
view->update();
}
QtGraphicsView* QtGraphView::getView() const