correcting condition: only interfere in the non-native case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-08-01 06:06:13 +00:00
parent 8927d6d11c
commit a85245b1c2

View File

@@ -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