From 9a8477e1341ac05a3ad7b908c04c8f50264dae87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 23 Jun 2004 16:41:50 +0000 Subject: [PATCH] refresh the window in OnSysColourChanged git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wincmn.cpp | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.45.2