fixed return value of wxMDIChildFrame::HandleGetMinMaxInfo()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-15 19:29:54 +00:00
parent 7475e81462
commit 4c9d78a4f9

View File

@@ -1064,7 +1064,7 @@ bool wxMDIChildFrame::HandleGetMinMaxInfo(void *mmInfo)
processed = true;
}
return true;
return processed;
}
// ---------------------------------------------------------------------------