fix deferred show when SetSize() is called after SetClientSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-17 03:32:40 +00:00
parent 6fd068fcf1
commit 6089c4c8e8
2 changed files with 8 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ private:
bool m_grabbed;
bool m_updateDecorSize;
bool m_deferShowAllowed;
};
#endif // _WX_GTK_TOPLEVEL_H_