13
0

MIDI: when drawing notes, leave selection containing only the just added note

This matches other DAWs and allows easy editing of just the last note, rather then all
notes added since doing something else
This commit is contained in:
Paul Davis 2020-05-14 00:03:42 -06:00
parent a660077c97
commit 2f12815565

View File

@ -1804,7 +1804,7 @@ MidiRegionView::add_note(const boost::shared_ptr<NoteType> note, bool visible)
}
if (_marked_for_selection.find(note) != _marked_for_selection.end()) {
note_selected(event, true);
note_selected (event, false);
}
if (_marked_for_velocity.find(note) != _marked_for_velocity.end()) {