bad things(tm) to the size requests of child widgets inside the toplevel.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37311
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ((win->m_gdkFunc & GDK_FUNC_RESIZE) == 0)
gtk_window_set_resizable(GTK_WINDOW(win->m_widget), FALSE);
else
- gtk_window_set_resizable(GTK_WINDOW(win->m_widget), TRUE);
+ gtk_window_set_policy(GTK_WINDOW(win->m_widget), 1, 1, 1);
// reset the icon
wxIconBundle iconsOld = win->GetIcons();