only reset the Op visibility when the active state is toggled

This commit is contained in:
Daniel Wood
2020-05-24 07:48:55 +01:00
parent 1803c4df0e
commit 40cdf68491
2 changed files with 4 additions and 4 deletions

View File

@@ -472,9 +472,6 @@ class ObjectOp(object):
'''
PathLog.track()
if obj.ViewObject:
obj.ViewObject.Visibility = obj.Active
if not obj.Active:
path = Path.Path("(inactive operation)")
obj.Path = path