revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-02-28 06:34:43 +00:00
parent 8fb09a08c7
commit 593354ca47
2 changed files with 14 additions and 9 deletions

View File

@@ -145,8 +145,6 @@ private:
// is the frame currently grabbed explicitly by the application?
bool m_grabbed;
wxSize m_sizeIncHint;
};
#endif // _WX_GTK_TOPLEVEL_H_