ui: Clear graph contents on overview (issue #609)

This commit is contained in:
Eberhard Graether
2018-08-24 13:54:53 +02:00
parent 01d5f23e8f
commit 1ba1b9f967
2 changed files with 3 additions and 5 deletions
+2 -1
View File
@@ -422,8 +422,9 @@ void QtGraphView::clear()
m_oldGraph.reset();
m_matchedNodes.clear();
});
getView()->scene()->clear();
});
}
void QtGraphView::focusTokenIds(const std::vector<Id>& focusedTokenIds)