ui: Fixed color scheme not updated on refresh

This commit is contained in:
Eberhard Graether
2016-10-21 15:38:07 +02:00
parent e557e04000
commit 9473e62aaf
5 changed files with 4 additions and 19 deletions
-1
View File
@@ -304,7 +304,6 @@ void QtGraphView::doResize()
void QtGraphView::doRefreshView()
{
doClear();
doResize();
QtGraphicsView* view = getView();