mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] update the dynamic output attributes when the status of a chunk has changed
This commit is contained in:
parent
a3bd0fe326
commit
438b84a8bc
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class ChunksMonitor(QObject):
|
|||
# update chunk status if last modification time has changed since previous record
|
||||
if fileModTime != chunk.statusFileLastModTime:
|
||||
chunk.updateStatusFromCache()
|
||||
chunk.node.updateOutputAttr()
|
||||
|
||||
def onFilePollerRefreshUpdated(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue