Skip to content

Stop stealing primary button clicks from `GtkText`

EphyLocationEntry adds a GtkGestureClick to its GtkText to handle secondary button click and preset a custom menu.

But besides doing this it was reseting the gesture if number of clicks was 2 or more, effectively stealing these clicks from GtkText's own gesture controller.

Fixes #1962 (closed)

Merge request reports