fix MCP Cancel button "escape" action
This commit is contained in:
parent
a8d7b0fca3
commit
beafe2be6e
@ -794,7 +794,7 @@ MackieControlProtocol::cancel_press (Button &)
|
|||||||
if (main_modifier_state() & MODIFIER_SHIFT) {
|
if (main_modifier_state() & MODIFIER_SHIFT) {
|
||||||
access_action ("Transport/ToggleExternalSync");
|
access_action ("Transport/ToggleExternalSync");
|
||||||
} else {
|
} else {
|
||||||
access_action ("Editor/escape");
|
access_action ("Main/Escape");
|
||||||
}
|
}
|
||||||
return none;
|
return none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user