Skip to content

Commit

Permalink
Arch: Fixed leftover from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Feb 27, 2018
1 parent ea0f679 commit 86019a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Arch/ArchWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,6 @@ def colorize(self,obj):
if colors:
if colors != obj.ViewObject.DiffuseColor:
if obj.Material and (len(colors) > 1):
print obj.Label,colors
obj.ViewObject.DiffuseColor = colors

class _ArchWindowTaskPanel:
Expand Down

0 comments on commit 86019a0

Please sign in to comment.