mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
retain note selection for invalidated notes.
This commit is contained in:
parent
f4b3133035
commit
68ca289b92
1 changed files with 4 additions and 0 deletions
|
|
@ -1204,6 +1204,10 @@ MidiRegionView::redisplay_model()
|
|||
cne->validate();
|
||||
missing_notes.erase (f);
|
||||
} else {
|
||||
if (cne->selected()) {
|
||||
_marked_for_selection.insert (note);
|
||||
}
|
||||
|
||||
cne->invalidate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue