forked from AuroraMiddleware/gtk
css: Avoid queue_resize in _gtk_widget_style_context_invalidated
We've already emitted style_updated, and the handler for that queues a resize if necessary.
This commit is contained in:
parent
c3e9112f7f
commit
47714f55ee
@ -13965,9 +13965,6 @@ _gtk_widget_style_context_invalidated (GtkWidget *widget)
|
||||
*/
|
||||
widget->priv->style_update_pending = TRUE;
|
||||
}
|
||||
|
||||
if (widget->priv->anchored)
|
||||
gtk_widget_queue_resize (widget);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user