From 8383b20308930ca6230d17c45197bd9ff9b3af69 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 16 Nov 2017 18:22:58 +0800 Subject: [PATCH] assembly: hide view object 'Visibility' property The visibility property is incompatible with sub object visibility control, so hide it to avoid confusion --- assembly.py | 1 + 1 file changed, 1 insertion(+) diff --git a/assembly.py b/assembly.py index 7849fcb..a04cdfb 100644 --- a/assembly.py +++ b/assembly.py @@ -75,6 +75,7 @@ class ViewProviderAsmBase(object): def attach(self,vobj): self.ViewObject = vobj vobj.signalChangeIcon() + vobj.setPropertyStatus('Visibility','Hidden') def __getstate__(self): return None