]> git.saurik.com Git - wxWidgets.git/commitdiff
refresh the window in OnSysColourChanged
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 16:41:50 +0000 (16:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 16:41:50 +0000 (16:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index 800de3f33bc0d0278e58c6be99f7ec02feb666c8..b62896002ce2ec7ee779de97615613db93d68bc2 100644 (file)
@@ -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,