mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
get MIDI cue editor mouse mode buttons to reflect state at startup
This commit is contained in:
parent
b02a930c04
commit
83ea6e18b5
1 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ MidiCueEditor::MidiCueEditor()
|
|||
|
||||
_snapped_cursor = new EditorCursor (*this, X_("snapped"));
|
||||
|
||||
set_mouse_mode (Editing::MouseContent, true);
|
||||
}
|
||||
|
||||
MidiCueEditor::~MidiCueEditor ()
|
||||
|
|
@ -655,7 +656,7 @@ MidiCueEditor::set_mouse_mode (Editing::MouseMode m, bool force)
|
|||
return;
|
||||
}
|
||||
|
||||
mouse_mode = m;
|
||||
EditingContext::set_mouse_mode (m, force);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue