mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use standard method to identify context click on patch change
This commit is contained in:
parent
e3c4f5fa98
commit
a9b919e877
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ PatchChange::event_handler (GdkEvent* ev)
|
|||
}
|
||||
}
|
||||
|
||||
if (ev->button.button == 3) {
|
||||
if (Gtkmm2ext::Keyboard::is_context_menu_event (&ev->button)) {
|
||||
if (!_popup_initialized) {
|
||||
initialize_popup_menus();
|
||||
_popup_initialized = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue