From 10bc82403285a1c6f1f6f8dfead66e530d5125b7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Mar 2019 13:30:24 -0700 Subject: selection must be enabled to allow editable columns :(( --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 2e801bffe5..30294fc4a8 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1987,7 +1987,7 @@ MidiPortOptions::setup_midi_port_view (Gtk::TreeView& view, bool with_selection) toggle_cell->signal_toggled().connect (sigc::bind (sigc::mem_fun (*this, &MidiPortOptions::midi_selection_column_toggled), &view)); } - view.get_selection()->set_mode (SELECTION_NONE); + view.get_selection()->set_mode (SELECTION_SINGLE); view.set_tooltip_column (4); /* port "real" name */ view.get_column(0)->set_resizable (true); view.get_column(0)->set_expand (true); -- cgit v1.2.3