Config isn't editable

This commit is contained in:
Robin Gareus 2021-05-08 19:18:52 +02:00
parent 1c47f0adbe
commit cc83cdd9df
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

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