View interface

This commit is contained in:
Eberhard Graether
2016-07-08 14:37:49 +02:00
parent 996b33b1fb
commit 1fcb241189
16 changed files with 82 additions and 78 deletions
+2 -3
View File
@@ -26,7 +26,6 @@
#include "qt/view/graphElements/QtGraphNodeBundle.h"
#include "qt/view/graphElements/QtGraphNodeData.h"
#include "qt/view/graphElements/QtGraphNodeExpandToggle.h"
#include "qt/view/QtViewOverlay.h"
#include "qt/view/QtViewWidgetWrapper.h"
#include "settings/ColorScheme.h"
@@ -73,8 +72,6 @@ void QtGraphView::initView()
connect(view, SIGNAL(emptySpaceClicked()), this, SLOT(clickedInEmptySpace()));
m_overlay = new QtViewOverlay(widget);
doRefreshView();
}
@@ -254,6 +251,8 @@ void QtGraphView::doRebuildGraph(
m_graph = graph;
}
hideOverlay();
if (animated)
{
createTransition();