fix midi note de-select #6534

This commit is contained in:
Robin Gareus 2015-08-28 02:25:48 +02:00
parent 83c5750f0b
commit f1fab06862
1 changed files with 1 additions and 1 deletions

View File

@ -5394,7 +5394,7 @@ NoteDrag::finished (GdkEvent* ev, bool moved)
if (!moved) {
/* no motion - select note */
if (_editor->current_mouse_mode() == Editing::MouseObject ||
if (_editor->current_mouse_mode() == Editing::MouseContent ||
_editor->current_mouse_mode() == Editing::MouseDraw) {
bool changed = false;