summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-06-09 14:55:50 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-06-09 15:06:18 -0400
commit4d8b5baf7ec477f42a9403e64eeb096a9d1fa90c (patch)
tree0f6253dc640427c68a089e7155dcaef5c1a27813 /gtk/gtkspinbutton.c
parent42d7487a6ed2aa041b35110725f5768b092cd976 (diff)
downloadgtk+-4d8b5baf7ec477f42a9403e64eeb096a9d1fa90c.tar.gz
spinbutton: don't remove the entry style class while rendering arrows
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index caa24b2806..90a6a5239d 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -931,7 +931,6 @@ gtk_spin_button_draw (GtkWidget *widget,
gtk_style_context_save (context);
gtk_style_context_set_state (context, state);
- gtk_style_context_remove_class (context, GTK_STYLE_CLASS_ENTRY);
if (is_rtl)
gtk_style_context_set_junction_sides (context, GTK_JUNCTION_RIGHT);