mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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) {
|
if (add) {
|
||||||
_region->note_deselected (_primary);
|
_region->note_deselected (_primary);
|
||||||
changed = true;
|
changed = true;
|
||||||
|
} else {
|
||||||
|
_region->unique_select (_primary);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
bool extend = Keyboard::modifier_state_equals (ev->button.state, Keyboard::TertiaryModifier);
|
bool extend = Keyboard::modifier_state_equals (ev->button.state, Keyboard::TertiaryModifier);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue