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
@ -178,7 +178,7 @@ MackieControlProtocol::cursor_left_press (Button& )
|
|||||||
page_fraction = 0.25;
|
page_fraction = 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollTimeline (page_fraction);
|
ScrollTimeline (-page_fraction);
|
||||||
}
|
}
|
||||||
|
|
||||||
return off;
|
return off;
|
||||||
|
Loading…
Reference in New Issue
Block a user