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:
Alexander Larsson 2012-12-04 16:36:37 +01:00
parent c3e9112f7f
commit 47714f55ee

View File

@ -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);
}
/**