mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
only activate MIDI editing bindings if in actual internal edit mode.
Draw mode does not as internal editing for these purposes
This commit is contained in:
parent
d7072eda01
commit
e9e4792a99
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ Editor::mouse_mode_toggled (MouseMode m)
|
||||||
|
|
||||||
update_time_selection_display ();
|
update_time_selection_display ();
|
||||||
|
|
||||||
if (internal_editing()) {
|
if (mouse_mode == Editing::MouseContent) {
|
||||||
|
|
||||||
/* reinstate any existing MIDI note (and by extension, MIDI
|
/* reinstate any existing MIDI note (and by extension, MIDI
|
||||||
* region) selection for internal edit mode. This allows a user
|
* region) selection for internal edit mode. This allows a user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue