leave note edit mode with a click on any track background, not just non-midi
git-svn-id: svn://localhost/ardour2/branches/3.0@11349 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1300,9 +1300,7 @@ Editor::button_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemTyp
|
||||
break;
|
||||
|
||||
case StreamItem:
|
||||
if (!dynamic_cast<MidiTimeAxisView*> (clicked_axisview)) {
|
||||
leave_internal_edit_mode = true;
|
||||
}
|
||||
leave_internal_edit_mode = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user