fixing toolbar repositioning (iOS)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-01-24 16:45:58 +00:00
parent 3fdfbc9ca1
commit aa642a456c

View File

@@ -80,7 +80,7 @@ wxPoint wxFrame::GetClientAreaOrigin() const
{ {
pt.x += w; pt.x += w;
} }
else if ( HasFlag(wxTB_TOP) ) else if ( toolbar->HasFlag(wxTB_TOP) )
{ {
#if !wxOSX_USE_NATIVE_TOOLBAR #if !wxOSX_USE_NATIVE_TOOLBAR
pt.y += h; pt.y += h;