Skip to content

Allow ListBox multiple select & activate_on_click

djrenren requested to merge djrenren/gtk:mutli-select-activate-gtk4 into master

Fixes #497. Prior to this fix, GtkListBox acts very strangely when you enable both:

selection_mode = GTK_SELECTION_MULTIPLE activate_on_single_click = true

Under this patch, the selection behavior now exactly matches GTK_SELECTION_MULTIPLE with the addition of emitting activation events whenever an unmodified click hits a row.

Merge request reports