mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:45:58 +08:00
Set color of "Not Overriden" option to white
CURA-3814
This commit is contained in:
parent
20cb3ea01f
commit
b69ced5766
@ -203,7 +203,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
|
||||
item = {
|
||||
"id": "zomg",
|
||||
"name": "Not overridden",
|
||||
"color": self.defaultColors[0],
|
||||
"color": "#ffffff",
|
||||
"index": -1,
|
||||
"definition": ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user