mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: dark mode of StateColor
Change-Id: I5928898c50280c7f2eedbb9389032230c7e251c4
This commit is contained in:
@@ -168,7 +168,7 @@ bool ObjectTableSettings::update_settings_list(bool is_object, bool is_multiple_
|
||||
btn->SetToolTip(_(L("Reset parameter")));
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
btn->SetBackgroundColour(*wxWHITE);
|
||||
btn->SetBackgroundColour(parent->GetBackgroundColour());
|
||||
#endif // DEBUG
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user