mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
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:
parent
b516d6abf9
commit
73ed3bc7e0
2 changed files with 39 additions and 40 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue