Skip to content

Make ExoIconView reduce selection on a single click (issue #39)

Make ExoIconView reduce a multiple selection to just the clicked item on a single click. This makes the behaviour consistent with ExoTreeView and with GtkIconView.

I have given this a quick test and it seems to work without breaking anything, but I know from experience that this area of the code is quite delicate and it's easy cause a serious bug, so I'll keep testing it and see if I notice anything. Meanwhile treat with caution!

Merge request reports