mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix reset context menu (right click only)
This commit is contained in:
parent
44cb8842cc
commit
dfe148fd58
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ PluginPinDialog::darea_button_release_event (GdkEventButton* ev)
|
||||||
_selection.reset ();
|
_selection.reset ();
|
||||||
} else if (_hover == _selection && _selection && ev->button == 3) {
|
} else if (_hover == _selection && _selection && ev->button == 3) {
|
||||||
handle_disconnect (_selection);
|
handle_disconnect (_selection);
|
||||||
} else if (!_hover) {
|
} else if (!_hover && ev->button == 3) {
|
||||||
reset_menu.popup (1, ev->time);
|
reset_menu.popup (1, ev->time);
|
||||||
}
|
}
|
||||||
_actor.reset ();
|
_actor.reset ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue