FIX: 3770 printable checkbox incorrect display in darkUI

Jira: 3770

Change-Id: I97f67d7a0ffc41f6ee625abeecc52ee4e73cf318
This commit is contained in:
maosheng.wei 2023-11-14 14:44:17 +08:00 committed by Lane.Wei
parent 3da1b599b8
commit 8a18393789
3 changed files with 20 additions and 1 deletions

View file

@ -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)