]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
regenerated with tmake
[wxWidgets.git] / src / msw / mdi.cpp
index a8c09a69523d81f53f400df6e96f00952c84a61b..4bbb448e10dc3ea446478ddd67e2ab31af15da97 100644 (file)
@@ -1045,7 +1045,7 @@ bool wxMDIChildFrame::HandleGetMinMaxInfo(void *mmInfo)
     // let the default window proc calculate the size of MDI children
     // frames because it is based on the size of the MDI client window,
     // not on the values specified in wxWindow m_max variables
-    bool processed = MSWDefWindowProc(WM_GETMINMAXINFO, 0, (LPARAM)mmInfo);
+    bool processed = MSWDefWindowProc(WM_GETMINMAXINFO, 0, (LPARAM)mmInfo) != 0;
 
     // but allow GetSizeHints() to set the min size
     if ( m_minWidth != -1 )