13
0

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:
Paul Davis 2012-04-11 22:57:01 +00:00
parent d96edb4dcb
commit d00a797461

View File

@ -178,7 +178,7 @@ MackieControlProtocol::cursor_left_press (Button& )
page_fraction = 0.25;
}
ScrollTimeline (page_fraction);
ScrollTimeline (-page_fraction);
}
return off;