Arch: Fixed multilayer wall colors + added control in wall creation panel + fixed default roles

This commit is contained in:
Yorik van Havre
2017-05-05 12:45:41 -03:00
parent 37a62b4096
commit aa65230d4c
6 changed files with 49 additions and 15 deletions

View File

@@ -656,6 +656,7 @@ class _Window(ArchComponent.Component):
obj.setEditorMode("WindowParts",2)
self.Type = "Window"
obj.Role = Roles
obj.Role = "Window"
obj.Proxy = self
obj.MoveWithHost = True