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