Revert "consistent use of context-menu popups"
authorRobin Gareus <robin@gareus.org>
Fri, 24 Mar 2017 13:36:17 +0000 (14:36 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 24 Mar 2017 13:48:46 +0000 (14:48 +0100)
This reverts commit b3722f7063699fafd0421d504e05a7300c70e0ec.

In some cases ardour shows context-menu on right-mouse-button
release. In this case selecting a menu-entry should happen
with the left-mouse button (or any button?!)

Using ev->button is only correct if the menu is temporary and only
visible while the button is held, button release then activates the
menu-item.

This needs further work, in some cases allowing any button (0) to work
makes sense and overall consistency needs to be improved.
Different places use different strategies for context-menus which
don't always match the button used in the event-handler.

This is a hotfix (to make TAV context menus work again with left-click)


No differences found