GtkWidget: queue a resize when style context changed
This commit is contained in:
committed by
Carlos Garnacho
parent
f261d56da3
commit
15d997d58a
@ -6342,6 +6342,7 @@ gtk_widget_real_style_updated (GtkWidget *widget)
|
|||||||
{
|
{
|
||||||
if (widget->priv->context)
|
if (widget->priv->context)
|
||||||
gtk_style_context_invalidate (widget->priv->context);
|
gtk_style_context_invalidate (widget->priv->context);
|
||||||
|
gtk_widget_queue_resize (widget);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|||||||
Reference in New Issue
Block a user