mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 13:36:31 +02:00
Update TaskManager when node is removed
This commit is contained in:
parent
6d83985b39
commit
34a90563c8
3 changed files with 66 additions and 16 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue