mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
entry: Use the same state for the flat box of text area and icons
This commit is contained in:
parent
3fdb4f6069
commit
78ccc74879
@ -3509,7 +3509,7 @@ gtk_entry_expose (GtkWidget *widget,
|
||||
gdk_drawable_get_size (icon_info->window, &width, &height);
|
||||
|
||||
gtk_paint_flat_box (style, icon_info->window,
|
||||
gtk_widget_get_state (widget), GTK_SHADOW_NONE,
|
||||
state, GTK_SHADOW_NONE,
|
||||
NULL, widget, "entry_bg",
|
||||
0, 0, width, height);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user