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:
Paul Davis
2012-01-25 19:38:14 +00:00
parent a880cb543d
commit 0740fab6ed

View File

@@ -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: