]> Pileus Git - ~andy/gtk/commit
entry: fix progressbar area size for interior-focus = FALSE
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 21 Feb 2012 11:07:36 +0000 (12:07 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 21 Feb 2012 11:14:50 +0000 (12:14 +0100)
commit925c800e5d27951e4fe6c71129318f86bea742c3
tree3311274f4ef92732761f5ac1a64dcad75f33d876
parent49674d92f94b4ed38d55ce818ec091974249e936
entry: fix progressbar area size for interior-focus = FALSE

No need to subtract focus line width again, since the progressbar is
rendered starting at (0, 0).
This also fixes the entry-progressbar-coloring reftest.
gtk/gtkentry.c