From d95f2e98df60bfedbfbe5c866cda3140f8ec06e7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 27 Feb 2016 12:51:33 +0100 Subject: [PATCH] don't allow to change export settings once export has started #6780 --- gtk2_ardour/export_dialog.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index e9f255942b..7c2e509a96 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -300,6 +300,8 @@ ExportDialog::do_export () void ExportDialog::show_progress () { + export_notebook.set_sensitive (false); + cancel_button->set_label (_("Stop Export")); export_button->set_sensitive (false); @@ -339,6 +341,7 @@ ExportDialog::show_progress () } else { notify_errors (); } + export_notebook.set_sensitive (true); } gint