mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
Avoid another revert conflict
Moving this bit up a few lines lets the following revert apply cleanly.
This commit is contained in:
parent
210453b79e
commit
fd62353e25
@ -475,12 +475,12 @@ struct _GtkTreeViewPrivate
|
||||
guint hover_expand : 1;
|
||||
guint imcontext_changed : 1;
|
||||
|
||||
guint in_scroll : 1;
|
||||
|
||||
guint rubber_banding_enable : 1;
|
||||
|
||||
guint in_grab : 1;
|
||||
|
||||
guint in_scroll : 1;
|
||||
|
||||
/* Whether our key press handler is to avoid sending an unhandled binding to the search entry */
|
||||
guint search_entry_avoid_unhandled_binding : 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user