From: Václav Slavík Date: Wed, 23 Jun 2004 16:41:50 +0000 (+0000) Subject: refresh the window in OnSysColourChanged X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a8477e1341ac05a3ad7b908c04c8f50264dae87 refresh the window in OnSysColourChanged git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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,