]> Pileus Git - ~andy/gtk/commit
entry: fix requisition width/height to use the current pango layout
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 2 Sep 2012 23:14:04 +0000 (19:14 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 3 Sep 2012 15:45:51 +0000 (11:45 -0400)
commitd05191a010bcd9871b0155a785989192967c692b
treed63533be79becabd248ac7a7e6ec4545b8c47a94
parentafd99d3579bc8569b68b60302c631d6003629519
entry: fix requisition width/height to use the current pango layout

This way, we can ensure that width/height changes due to the use of
gtk_entry_set_attributes() are correctly reflected in the size request.

https://bugzilla.gnome.org/show_bug.cgi?id=683168
gtk/gtkentry.c
gtk/gtkspinbutton.c