X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ca21594f7d0a28c4b3721088dbb0206b563bf8b..a3c15d892d21e938f3e53dfa81c62eb5da4ce3c8:/src/generic/statusbr.cpp diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index da2df835a7..3e8dc6024c 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -380,7 +380,6 @@ void wxStatusBarGeneric::InitColours() void wxStatusBarGeneric::OnSysColourChanged(wxSysColourChangedEvent& event) { InitColours(); - Refresh(); // Propagate the event to the non-top-level children wxWindow::OnSysColourChanged(event);