mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[core] Graph.update fix: return when the update is disabled
This commit is contained in:
parent
0847a80bdc
commit
1472baa477
1 changed files with 2 additions and 0 deletions
|
@ -1161,7 +1161,9 @@ class Graph(BaseObject):
|
|||
|
||||
def update(self):
|
||||
if not self._updateEnabled:
|
||||
# To do the update once for multiple changes
|
||||
self._updateRequested = True
|
||||
return
|
||||
self.updateInternals()
|
||||
self.updateStatusFromCache()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue