View interface
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user