Partial workaround for stale styling information with GTK3

We can trigger size events when we know the style cache has been updated.
See #16088
This commit is contained in:
Paul Cornett
2016-11-01 23:18:26 -07:00
parent 3b4ee5a031
commit 101c43d0aa
3 changed files with 37 additions and 7 deletions

View File

@@ -443,6 +443,8 @@ protected:
#ifdef __WXGTK3__
static GdkWindow* GTKFindWindow(GtkWidget* widget);
static void GTKFindWindow(GtkWidget* widget, wxArrayGdkWindows& windows);
bool m_needSizeEvent;
#endif
private: