Skip to content

clutter/click-action: Don't stop release events if gesture is inactive

Jonas Dreßler requested to merge verdre/mutter:clutter-click-action-change into main

I don't see how this makes sense at all, ClutterClickAction really shouldn't mess with BUTTON_RELEASE events that are not part of a gesture.

So propagate those events instead of stopping them.

Merge request reports