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:
@@ -443,6 +443,8 @@ protected:
|
||||
#ifdef __WXGTK3__
|
||||
static GdkWindow* GTKFindWindow(GtkWidget* widget);
|
||||
static void GTKFindWindow(GtkWidget* widget, wxArrayGdkWindows& windows);
|
||||
|
||||
bool m_needSizeEvent;
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user