From cc83cdd9dfa8baf9dd0bba077e1cd7f697e6cf13 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 8 May 2021 19:18:52 +0200 Subject: [PATCH] Config isn't editable --- gtk2_ardour/configinfo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/configinfo.cc b/gtk2_ardour/configinfo.cc index 4da2eef44a..026e8a199f 100644 --- a/gtk2_ardour/configinfo.cc +++ b/gtk2_ardour/configinfo.cc @@ -31,6 +31,7 @@ ConfigInfoDialog::ConfigInfoDialog () set_border_width (12); text.get_buffer()->set_text (std::string (ARDOUR::ardour_config_info)); text.set_wrap_mode (Gtk::WRAP_WORD); + text.set_editable (false); text.show (); scroller.set_shadow_type(Gtk::SHADOW_NONE);