diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-12-06 19:52:35 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-12-06 19:54:05 +0100 |
commit | e6de45964dc1937781f8428c8f9d7a1457f7fba0 (patch) | |
tree | 54b319ad9ffac13d11a883118753d20dc650fac7 /gtk/gtkentry.c | |
parent | bf35c2f044296bfc4d016010adde4bf09a1a311d (diff) | |
download | gtk+-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.c | 2 |
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); } |