X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..b2cef83022bfc666057b17f992a4f34618ea5a62:/src/msw/mdi.cpp?ds=inline diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index 2a7c8f717a..626131f0be 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -1064,7 +1064,7 @@ bool wxMDIChildFrame::HandleGetMinMaxInfo(void *mmInfo) processed = true; } - return true; + return processed; } // ---------------------------------------------------------------------------