mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Fix shift-rect-select with MIDI notes.
This commit is contained in:
parent
69c3a807cc
commit
ec8c0e93bb
1 changed files with 3 additions and 1 deletions
|
|
@ -636,7 +636,9 @@ MidiRegionView::motion (GdkEventMotion* ev)
|
|||
return true;
|
||||
} else if (m == MouseObject) {
|
||||
editor.drags()->set (new MidiRubberbandSelectDrag (dynamic_cast<Editor *> (&editor), this), (GdkEvent *) ev);
|
||||
clear_selection ();
|
||||
if (!Keyboard::modifier_state_equals (ev->state, Keyboard::TertiaryModifier)) {
|
||||
clear_selection ();
|
||||
}
|
||||
_mouse_state = SelectRectDragging;
|
||||
return true;
|
||||
} else if (m == MouseRange) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue