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:
@@ -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
|
||||
|
Reference in New Issue
Block a user