mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX:fixed appconfig is not saved when switching dark mode
Change-Id: I77fc3808309a23497000c34b6047a359d12c4622
This commit is contained in:
@@ -40,7 +40,7 @@ MediaFilePanel::MediaFilePanel(wxWindow * parent)
|
||||
b->SetTextColor(StateColor(
|
||||
std::make_pair(0x3B4446, (int) StateColor::Checked),
|
||||
std::make_pair(*wxLIGHT_GREY, (int) StateColor::Hovered),
|
||||
std::make_pair(0xACACAC, (int) StateColor::Normal)
|
||||
std::make_pair(0xABACAC, (int) StateColor::Normal)
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user