Arch: Fixed leftover from last commit

This commit is contained in:
Yorik van Havre
2018-02-26 22:14:31 -03:00
parent ea0f6797b6
commit 86019a01ef

View File

@@ -1119,7 +1119,6 @@ class _ViewProviderWindow(ArchComponent.ViewProviderComponent):
if colors:
if colors != obj.ViewObject.DiffuseColor:
if obj.Material and (len(colors) > 1):
print obj.Label,colors
obj.ViewObject.DiffuseColor = colors
class _ArchWindowTaskPanel: