From: Robert Roebling Date: Sun, 31 Jul 2005 13:03:47 +0000 (+0000) Subject: Correctly calculate ClientSize when using native X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2db1b1c0becfeb9d667670a7aab0a0873de6d5a2 Correctly calculate ClientSize when using native toolbars. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index 25820c2768..bb2cea1d90 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/frame.cpp @@ -270,10 +270,10 @@ void wxFrame::DoGetClientSize(int *x, int *y) const } else { -#if wxMAC_USE_NATIVE_TOOLBAR +//#if wxMAC_USE_NATIVE_TOOLBAR // todo verify whether HIToolBox is giving correct sizes here for the tlw if ( y ) *y -= h; -#endif +//#endif } } #endif // wxUSE_TOOLBAR