mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
MCP: cursor left should scroll left
git-svn-id: svn://localhost/ardour2/branches/3.0@11923 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d96edb4dcb
commit
d00a797461
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ MackieControlProtocol::cursor_left_press (Button& )
|
|||
page_fraction = 0.25;
|
||||
}
|
||||
|
||||
ScrollTimeline (page_fraction);
|
||||
ScrollTimeline (-page_fraction);
|
||||
}
|
||||
|
||||
return off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue