13
0

Fix preference ID for MIDI-input

This commit is contained in:
Robin Gareus 2018-08-04 23:29:27 +02:00
parent c74f02025d
commit c00378e198

View File

@ -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)