Skip to content

treeview: Always call grab_focus_without_selecting on search entry

Mat requested to merge mat/gtk:treeview-search-focus into main

The search text entry is always a GtkText widget, not GtkEntry. If a custom search entry is set, this part of the code is never reached.

Fixes #4551 (closed)

Merge request reports