Update TaskManager when node is removed

This commit is contained in:
Lee Geertsen 2019-09-06 11:02:45 +02:00 committed by Yann Lanthony
parent 6d83985b39
commit 34a90563c8
No known key found for this signature in database
GPG key ID: 519FAE6DF7A70642
3 changed files with 66 additions and 16 deletions

View file

@ -307,6 +307,7 @@ class UIGraph(QObject):
if self._graph:
self.clearNodeHover()
self.clearNodeSelection()
self._taskManager.clear()
self._graph.deleteLater()
self._graph = None
self._sortedDFSChunks.clear()