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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user