From e6de45964dc1937781f8428c8f9d7a1457f7fba0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 6 Dec 2012 19:52:35 +0100 Subject: [PATCH] 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. --- gtk/gtkentry.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 6f9e72f39c..184277c01b 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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); }