entry: No need to reset layouts on style_updated

With pango handling changes to the PangoLayout there now is no
style changes that can affect the layout for the entry, so we don't
have to reset the layout whenever the style is updated.
This commit is contained in:
Alexander Larsson 2012-12-06 19:52:35 +01:00
parent bf35c2f044
commit e6de45964d

View File

@ -4865,8 +4865,6 @@ gtk_entry_style_updated (GtkWidget *widget)
gtk_entry_update_cached_style_values (entry);
gtk_entry_recompute (entry);
icon_theme_changed (entry);
}