13
0

fix MCP Cancel button "escape" action

This commit is contained in:
Paul Davis 2016-06-12 08:43:24 -04:00
parent a8d7b0fca3
commit beafe2be6e

View File

@ -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;
} }