Merge pull request #3502 from dubstar-04/fixes/op-visibility

[Path] - Don't reset the operations visibility state during document recompute
This commit is contained in:
sliptonic
2020-05-25 12:33:23 -05:00
committed by GitHub
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