mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
revert inadvertant change
git-svn-id: svn://localhost/trunk/ardour2@381 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a8640ec0af
commit
fd9d6433a1
1 changed files with 2 additions and 2 deletions
|
|
@ -727,7 +727,7 @@ Editor::button_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemTyp
|
|||
break;
|
||||
default:
|
||||
|
||||
if (Keyboard::modifier_state_equals (event->button.state, Keyboard::ModifierMask(Keyboard::Shift))) {
|
||||
if (Keyboard::modifier_state_contains (event->button.state, Keyboard::ModifierMask(Keyboard::Alt))) {
|
||||
scroll_backward (0.6f);
|
||||
return true;
|
||||
}
|
||||
|
|
@ -764,7 +764,7 @@ Editor::button_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemTyp
|
|||
break;
|
||||
default:
|
||||
|
||||
if (Keyboard::modifier_state_equals (event->button.state, Keyboard::ModifierMask(Keyboard::Shift))) {
|
||||
if (Keyboard::modifier_state_contains (event->button.state, Keyboard::ModifierMask(Keyboard::Alt))) {
|
||||
scroll_forward (0.6f);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue