mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
This commit is contained in:
parent
8dfb49f446
commit
1d33ed5aca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue