]> Pileus Git - ~andy/gtk/commit
spinbutton: don't render an additional background below arrows
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 18:56:09 +0000 (14:56 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 19:06:19 +0000 (15:06 -0400)
commitaa515e71d18be5b1bb49986dec9d171d1d4036bd
tree468ed3d44cb979aae7f12b533d289e93218f5eb8
parent4d8b5baf7ec477f42a9403e64eeb096a9d1fa90c
spinbutton: don't render an additional background below arrows

It's an entry, so it already has a background below, even when the entry
doesn't have a frame. Also, gtk_spin_button_draw_arrow() will render a
background and a frame in the arrow space anyway.
gtk/gtkspinbutton.c