mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
GtkWidget: queue a resize when style context changed
This commit is contained in:
parent
f261d56da3
commit
15d997d58a
@ -6342,6 +6342,7 @@ gtk_widget_real_style_updated (GtkWidget *widget)
|
||||
{
|
||||
if (widget->priv->context)
|
||||
gtk_style_context_invalidate (widget->priv->context);
|
||||
gtk_widget_queue_resize (widget);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user