Fix best size for windows which are hidden when TLW is shown with GTK3

GTK3's style cache is not updated for hidden windows until after they are shown
See #16088
This commit is contained in:
Paul Cornett
2021-04-30 12:15:33 -07:00
parent 228f5becab
commit 3217a4e8a2
3 changed files with 25 additions and 17 deletions

View File

@@ -493,6 +493,7 @@ public:
return m_paintContext;
}
void GTKSizeRevalidate();
void GTKSendSizeEventIfNeeded();
#endif
wxDECLARE_DYNAMIC_CLASS(wxWindowGTK);