mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
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:
parent
bf35c2f044
commit
e6de45964d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user