mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 12:55:37 -07:00
FIX: 3770 printable checkbox incorrect display in darkUI
Jira: 3770 Change-Id: I97f67d7a0ffc41f6ee625abeecc52ee4e73cf318
This commit is contained in:
parent
3da1b599b8
commit
8a18393789
3 changed files with 20 additions and 1 deletions
|
|
@ -5542,8 +5542,10 @@ void ObjectList::msw_rescale()
|
|||
void ObjectList::sys_color_changed()
|
||||
{
|
||||
wxGetApp().UpdateDVCDarkUI(this, true);
|
||||
|
||||
|
||||
msw_rescale();
|
||||
|
||||
if (m_objects_model) { m_objects_model->sys_color_changed(); }
|
||||
}
|
||||
|
||||
void ObjectList::ItemValueChanged(wxDataViewEvent &event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue