mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-03 13:30:37 -07:00
Fix compile error
This commit is contained in:
parent
c259360dff
commit
3eaeb55f36
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static std::map<wxColour, wxColour> gDarkColors{
|
|||
{"#2B3436", "#808080"}, // rgb(43, 52, 54) Not Used anymore // Leftover from BBS. Was used as main fill color of icons
|
||||
{"#ABABAB", "#ABABAB"},
|
||||
{"#D9D9D9", "#2D2D32"}, // rgb(217, 217, 217) Sidebar > Toggle button track color
|
||||
{"#EBF9F0", "#293F34"}
|
||||
{"#EBF9F0", "#293F34"},
|
||||
//{"#F0F0F0", "#4C4C54"},
|
||||
// ORCA
|
||||
{"#BFE1DE", "#223C3C"}, // rgb(191, 225, 222) Dropdown checked item background color > ORCA color with %25 opacity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue