Skip to content

GtkTreeviewColumn: don't focus-on-click header buttons

Nelson Ben requested to merge BUG_gtktreeview_headers_focus_on_click_GTK3 into gtk-3-24
currently when mouse clicking on a column header
to sort it it is grabbing keyboard focus, this
should not happen, keyboard focus should remain
where it was before. This can be seen on the
GtkFileChooser widget, when having the keyboard
focus on the file list items and clicking on a
column header to sort it the keyboard focus is
now on the header.

Merge request reports