Skip to content

listitemwidget: Claim gesture when activating

Matthias Clasen requested to merge columnview-double-activation into master

Otherwise we end up with double activations in columnviews: first GtkColumnViewCell handles the event, and then GtkListItemWidget.

Fixes: #4015 (closed)

Merge request reports