]> Pileus Git - ~andy/gtk/commit
entry: No need to reset layouts on style_updated
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Dec 2012 18:52:35 +0000 (19:52 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 6 Dec 2012 18:54:05 +0000 (19:54 +0100)
commite6de45964dc1937781f8428c8f9d7a1457f7fba0
tree54b319ad9ffac13d11a883118753d20dc650fac7
parentbf35c2f044296bfc4d016010adde4bf09a1a311d
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