mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Removed color from convex hull node when it has profile / setting
CURA-1251
This commit is contained in:
parent
cb43dfb964
commit
6c2878221d
@ -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…
x
Reference in New Issue
Block a user