mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Removed color from convex hull node when it has profile / setting
CURA-1251
This commit is contained in:
parent
cb43dfb964
commit
6c2878221d
1 changed files with 1 additions and 5 deletions
|
@ -91,8 +91,4 @@ class ConvexHullNode(SceneNode):
|
|||
if not node:
|
||||
return
|
||||
|
||||
if node.hasDecoration("getProfile"):
|
||||
self._color.setR(0.75)
|
||||
|
||||
if node.hasDecoration("getSetting"):
|
||||
self._color.setG(0.75)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue