]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
make sure we are removing ourselves from the focus of the toplevel frame when deletin...
[wxWidgets.git] / src / msw / frame.cpp
index 99f1e9c7634efe9265d5e26f87ff1b0ef236e5dc..98c8c7eacdcd5523ef33754120cad4d4fa68711e 100644 (file)
@@ -841,7 +841,7 @@ long wxFrame::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
     }
 
     if ( !processed )
-        rc = wxWindow::MSWWindowProc(message, wParam, lParam);
+        rc = wxFrameBase::MSWWindowProc(message, wParam, lParam);
 
     return rc;
 }