Set object's Restore flag while restoring the Path property.
This commit is contained in:
@@ -134,8 +134,8 @@ class ToolController:
|
||||
def onChanged(self, obj, prop):
|
||||
PathLog.track('prop: {} state: {}'.format(prop, obj.State))
|
||||
|
||||
|
||||
if 'Restore' not in obj.State:
|
||||
if 'Path' == prop and 'Restore' not in obj.State:
|
||||
PathLog.debug("--- dirty deeds")
|
||||
job = PathScripts.PathUtils.findParentJob(obj)
|
||||
if job is not None:
|
||||
for g in job.Group:
|
||||
|
||||
Reference in New Issue
Block a user