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:
@@ -80,7 +80,7 @@ wxPoint wxFrame::GetClientAreaOrigin() const
|
||||
{
|
||||
pt.x += w;
|
||||
}
|
||||
else if ( HasFlag(wxTB_TOP) )
|
||||
else if ( toolbar->HasFlag(wxTB_TOP) )
|
||||
{
|
||||
#if !wxOSX_USE_NATIVE_TOOLBAR
|
||||
pt.y += h;
|
||||
|
Reference in New Issue
Block a user