Path: fix #3048 Visibility on recompute is now preserved

This commit is contained in:
sliptonic
2017-07-08 15:16:03 -05:00
committed by Yorik van Havre
parent 9a15fed386
commit 0b0c3b2b2e
6 changed files with 11 additions and 13 deletions

View File

@@ -361,7 +361,6 @@ class ObjectProfile:
path = Path.Path(commandlist)
obj.Path = path
obj.ViewObject.Visibility = True
class _ViewProviderProfile: