Arch: Make sure the BaseMaterial property contains a Material object

This commit is contained in:
Yorik van Havre
2016-12-29 20:42:30 -02:00
parent a0af969a47
commit 4284e437d3
5 changed files with 10 additions and 1 deletions

View File

@@ -688,6 +688,7 @@ class _Window(ArchComponent.Component):
# because of load order, but it doesn't harm...
pass
FreeCAD.ActiveDocument.recompute()
ArchComponent.Component.onChanged(self,obj.prop)
def execute(self,obj):