Applied #9127: patch to remove blank under wxFrame with Hildon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-24 12:38:07 +00:00
parent 426d19f139
commit 4908591c7e

View File

@@ -83,7 +83,9 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const
{
GtkRequisition req;
gtk_widget_size_request(m_frameMenuBar->m_widget, &req);
#if !wxUSE_LIBHILDON && !wxUSE_LIBHILDON2
*height -= req.height;
#endif
}
#endif // wxUSE_MENUS_NATIVE