mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
MIDI list editor: fix note position scroll
This commit is contained in:
parent
2d24a5fe88
commit
82fdd08953
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ MidiListEditor::scroll_event (GdkEventScroll* ev)
|
|||
beat_delta = Temporal::Beats (1, 0);
|
||||
}
|
||||
if (ev->direction == GDK_SCROLL_DOWN || ev->direction == GDK_SCROLL_LEFT) {
|
||||
beat_delta = beat_delta;
|
||||
beat_delta = -beat_delta;
|
||||
}
|
||||
prop = MidiModel::NoteDiffCommand::StartTime;
|
||||
opname = _("edit note start");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue