mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Click on a selected note unique selects it (as per regions, control points).
This commit is contained in:
parent
432fc9acff
commit
749a3323de
1 changed files with 2 additions and 0 deletions
|
|
@ -5418,6 +5418,8 @@ NoteDrag::finished (GdkEvent* ev, bool moved)
|
|||
if (add) {
|
||||
_region->note_deselected (_primary);
|
||||
changed = true;
|
||||
} else {
|
||||
_region->unique_select (_primary);
|
||||
}
|
||||
} else {
|
||||
bool extend = Keyboard::modifier_state_equals (ev->button.state, Keyboard::TertiaryModifier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue