git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66355
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return;
int left, top, w, h;
return;
int left, top, w, h;
- // perhaps we should do this for all ?
+ // under iphone with a translucent status bar the m_nowpeer returns the
+ // inner area, while the content area extends under the translucent
+ // status bar, therefore we use the content view's area
#ifdef __WXOSX_IPHONE__
m_peer->GetContentArea(left, top, w, h);
#else
#ifdef __WXOSX_IPHONE__
m_peer->GetContentArea(left, top, w, h);
#else