summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-12-06 19:52:35 +0100
committerAlexander Larsson <alexl@redhat.com>2012-12-06 19:54:05 +0100
commite6de45964dc1937781f8428c8f9d7a1457f7fba0 (patch)
tree54b319ad9ffac13d11a883118753d20dc650fac7 /gtk/gtkentry.c
parentbf35c2f044296bfc4d016010adde4bf09a1a311d (diff)
downloadgtk+-e6de45964dc1937781f8428c8f9d7a1457f7fba0.tar.gz
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.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 0 insertions, 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);
}