13
0

restore setting selection in MidiRegionView::redisplay_model()

This commit is contained in:
Paul Davis 2022-03-30 23:09:21 -06:00
parent 582661dbd0
commit cc0869d931

View File

@ -1207,7 +1207,7 @@ MidiRegionView::redisplay_model()
for (set<Evoral::event_id_t>::iterator it = _pending_note_selection.begin(); it != _pending_note_selection.end(); ++it) {
if ((*it) == note->id()) {
// add_to_selection (cne);
add_to_selection (cne);
}
}
}