]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Removed ugly separators toolbars again
[wxWidgets.git] / src / msw / window.cpp
index 766ca6ea38dc740598ba6777ef696db511f240d8..e357b0185b2d92fd752c148b058d1bbcedbf9c10 100644 (file)
@@ -1659,7 +1659,7 @@ void wxWindowMSW::DoSetSize(int x, int y, int width, int height, int sizeFlags)
     // save the pending dimensions or not.  This isn't done in DoMoveWindow
     // (where the hdwp is used) because some controls have thier own
     // DoMoveWindow so it is easier to catch it here.
-    wxWindowMSW *parent = wxDynamicCast(GetParent(), wxWindowMSW);
+    wxWindowMSW *parent = GetParent();
     HDWP hdwp = parent && !IsTopLevel() ? (HDWP)parent->m_hDWP : NULL;
     if (hdwp)
     {