mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix preference ID for MIDI-input
This commit is contained in:
parent
c74f02025d
commit
c00378e198
1 changed files with 1 additions and 1 deletions
|
|
@ -3407,7 +3407,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
|
||||
add_option (_("MIDI Ports"),
|
||||
new BoolOption (
|
||||
"get-midi-input-follows-selection",
|
||||
"midi-input-follows-selection",
|
||||
_("MIDI input follows MIDI track selection"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_midi_input_follows_selection),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_midi_input_follows_selection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue