ignore iconized state when computing client size for GetBestSize(), fixes #11803

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2010-03-23 17:19:02 +00:00
parent 8c6a2d5ccd
commit 3c7620f666
2 changed files with 17 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
{
typedef wxTopLevelWindowBase base_type;
public:
// construction
wxTopLevelWindowGTK() { Init(); }
@@ -137,6 +138,7 @@ protected:
virtual void DoSetClientSize(int width, int height);
virtual void DoGetClientSize(int *width, int *height) const;
virtual wxSize DoGetBestSize() const;
// string shown in the title bar
wxString m_title;