]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.
[wxWidgets.git] / src / msw / toplevel.cpp
index 83212f896e74182a3b23da85eefc692d14b6fddd..82f995b9f47abd1c7419e89c1ffde20b54a418a1 100644 (file)
@@ -529,7 +529,7 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
     // focus rectangles) work under Win2k+
     if ( ret )
     {
-        MSWUpdateUIState();
+        MSWUpdateUIState(UIS_INITIALIZE);
     }
 
     // Note: if we include PocketPC in this test, dialogs can fail to show up,