diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 800de3f33b..b62896002c 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -2106,6 +2106,8 @@ void wxWindowBase::OnSysColourChanged(wxSysColourChangedEvent& event) node = node->GetNext(); } + + Refresh(); } // the default action is to populate dialog with data when it's created,