[ui] remove useless duplicated graph updates

This commit is contained in:
Fabien Castan 2024-06-15 19:32:42 +02:00
parent bb1dde0569
commit df70f99256
2 changed files with 0 additions and 4 deletions

View file

@ -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: