mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] remove useless duplicated graph updates
This commit is contained in:
parent
bb1dde0569
commit
df70f99256
2 changed files with 0 additions and 4 deletions
|
@ -375,7 +375,6 @@ class UIGraph(QObject):
|
|||
oldGraph.deleteLater()
|
||||
|
||||
self._graph.updated.connect(self.onGraphUpdated)
|
||||
self._graph.update()
|
||||
self._taskManager.update(self._graph)
|
||||
# perform auto-layout if graph does not provide nodes positions
|
||||
if Graph.IO.Features.NodesPositions not in self._graph.fileFeatures:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue