Hiding all/most properties that are supposed to be hidden on document restore again.

This commit is contained in:
markus
2018-09-01 21:01:04 +02:00
committed by wmayer
parent f094ae4135
commit 7c048482bf
13 changed files with 62 additions and 13 deletions
+2
View File
@@ -212,6 +212,8 @@ class ObjectJob:
self.fixupResourceClone(obj, 'Base', 'BaseGeometry')
self.fixupOperations(obj)
self.setupSetupSheet(obj)
obj.setEditorMode('Operations', 2) # hide
obj.setEditorMode('Placement', 2)
def onChanged(self, obj, prop):
if prop == "PostProcessor" and obj.PostProcessor: