mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
MCP: zoom in on cursor right press
git-svn-id: svn://localhost/ardour2/branches/3.0@11849 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e3448f267e
commit
9f5a9a2447
1 changed files with 1 additions and 1 deletions
|
|
@ -1559,7 +1559,7 @@ MackieControlProtocol::cursor_right_press (Button& )
|
||||||
if (false) { // button_down (BUTTON_OPTION)) {
|
if (false) { // button_down (BUTTON_OPTION)) {
|
||||||
/* reset selected tracks to default vertical zoom */
|
/* reset selected tracks to default vertical zoom */
|
||||||
} else {
|
} else {
|
||||||
ZoomOut (); /* EMIT SIGNAL */
|
ZoomIn (); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue