for GTK+ 3.6 and later, invalidate cached best size when GTK's style cache is updated, see #16088

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-03-15 18:44:02 +00:00
parent f9b4d6b18c
commit d2e4b3520b
4 changed files with 86 additions and 2 deletions

View File

@@ -463,6 +463,7 @@ public:
{
return m_paintContext;
}
void GTKSizeRevalidate();
#endif
DECLARE_DYNAMIC_CLASS(wxWindowGTK)