diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index bb2cea1d90..8bc1e3bdc9 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/frame.cpp @@ -270,10 +270,9 @@ void wxFrame::DoGetClientSize(int *x, int *y) const } else { -//#if wxMAC_USE_NATIVE_TOOLBAR - // todo verify whether HIToolBox is giving correct sizes here for the tlw +#if !wxMAC_USE_NATIVE_TOOLBAR if ( y ) *y -= h; -//#endif +#endif } } #endif // wxUSE_TOOLBAR