mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
spinbutton: don't remove the entry style class while rendering arrows
This commit is contained in:
parent
42d7487a6e
commit
4d8b5baf7e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user