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