mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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();
|
cne->validate();
|
||||||
missing_notes.erase (f);
|
missing_notes.erase (f);
|
||||||
} else {
|
} else {
|
||||||
|
if (cne->selected()) {
|
||||||
|
_marked_for_selection.insert (note);
|
||||||
|
}
|
||||||
|
|
||||||
cne->invalidate();
|
cne->invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue