From 1d33ed5acab6ec0b2d2b0ded4bbc646571668d3d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 5 May 2020 17:58:32 -0600 Subject: MIDI bindings etc. should work while in draw mode, not just internal edit The only real difference is in what the mouse does, so keys should work the same --- gtk2_ardour/editor_mouse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index ef5fc526f6..6be13c03a6 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -347,7 +347,7 @@ Editor::mouse_mode_toggled (MouseMode m) update_time_selection_display (); - if (mouse_mode == Editing::MouseContent) { + if (internal_editing()) { /* reinstate any existing MIDI note (and by extension, MIDI * region) selection for internal edit mode. This allows a user -- cgit v1.2.3