Fix typo in last commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@10615 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a7fd6e2925
commit
57d2555d3e
@ -3302,7 +3302,7 @@ MidiRegionView::goto_next_note (bool add_to_selection)
|
||||
|
||||
/* use the first one */
|
||||
|
||||
if (!_event.empty() && (channel_mask & (1 << _events.front()->note()->channel ()))) {
|
||||
if (!_events.empty() && (channel_mask & (1 << _events.front()->note()->channel ()))) {
|
||||
unique_select (_events.front());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user