mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
need to refill treeviews for MIDI port prefs at least once
This commit is contained in:
parent
05bc96f4d2
commit
8d922fe63b
1 changed files with 6 additions and 0 deletions
|
|
@ -1866,10 +1866,16 @@ class MidiPortOptions : public OptionEditorBox
|
||||||
|
|
||||||
midi_output_view.show ();
|
midi_output_view.show ();
|
||||||
midi_input_view.show ();
|
midi_input_view.show ();
|
||||||
|
|
||||||
|
_box->signal_show().connect (sigc::mem_fun (*this, &MidiPortOptions::on_show));
|
||||||
}
|
}
|
||||||
|
|
||||||
void parameter_changed (string const&) {}
|
void parameter_changed (string const&) {}
|
||||||
void set_state_from_config() {}
|
void set_state_from_config() {}
|
||||||
|
void on_show () {
|
||||||
|
refill_midi_ports (true, midi_input_view);
|
||||||
|
refill_midi_ports (false, midi_output_view);
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue