midi copy drag: select all new notes after drag

Cut-n-paste worked before, but Primary-drag only selected the dragged note.

This also contains several code changes to use for (auto ...) syntax.
This commit is contained in:
Paul Davis 2023-06-14 21:40:14 -06:00
parent b516d6abf9
commit 73ed3bc7e0
2 changed files with 39 additions and 40 deletions

View file

@ -550,7 +550,7 @@ public:
double _last_event_y;
bool _entered;
NoteBase* _entered_note;
bool _pasting;
bool _select_all_notes_after_add;
bool _mouse_changed_selection;