mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix MCP Cancel button "escape" action
This commit is contained in:
parent
a8d7b0fca3
commit
beafe2be6e
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ MackieControlProtocol::cancel_press (Button &)
|
|||
if (main_modifier_state() & MODIFIER_SHIFT) {
|
||||
access_action ("Transport/ToggleExternalSync");
|
||||
} else {
|
||||
access_action ("Editor/escape");
|
||||
access_action ("Main/Escape");
|
||||
}
|
||||
return none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue