Set the "Not overridden" extruder color as transparetn

Otherwise a white extruder is drawn in the dark theme next to the "Not overridden" label.

CURA-8011
This commit is contained in:
Konstantinos Karmas 2021-07-02 12:13:28 +02:00
parent cc30510058
commit 7f6e6403d2

View file

@ -215,7 +215,7 @@ class ExtrudersModel(ListModel):
"id": "", "id": "",
"name": catalog.i18nc("@menuitem", "Not overridden"), "name": catalog.i18nc("@menuitem", "Not overridden"),
"enabled": True, "enabled": True,
"color": "#ffffff", "color": "transparent",
"index": -1, "index": -1,
"definition": "", "definition": "",
"material": "", "material": "",