mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 04:12:15 +02:00
[ui] Application: Changing the current project refreshes the NodeEditor to reset the current Tab index
This commit is contained in:
parent
a2f4ac560f
commit
3f47c54595
2 changed files with 11 additions and 1 deletions
|
@ -255,7 +255,7 @@ class Graph(BaseObject):
|
|||
|
||||
@property
|
||||
def isSaving(self):
|
||||
""" Return True if the graph is currently being loaded. """
|
||||
""" Return True if the graph is currently being saved. """
|
||||
return self._saving
|
||||
|
||||
@Slot(str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue