Removed color from convex hull node when it has profile / setting

CURA-1251
This commit is contained in:
Jaime van Kessel 2016-03-25 10:49:09 +01:00
parent cb43dfb964
commit 6c2878221d

View file

@ -91,8 +91,4 @@ class ConvexHullNode(SceneNode):
if not node: if not node:
return return
if node.hasDecoration("getProfile"):
self._color.setR(0.75)
if node.hasDecoration("getSetting"):
self._color.setG(0.75)