spinbutton: don't remove the entry style class while rendering arrows

This commit is contained in:
Cosimo Cecchi 2011-06-09 14:55:50 -04:00
parent 42d7487a6e
commit 4d8b5baf7e

View File

@ -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);