summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-27 12:51:33 +0100
committerRobin Gareus <robin@gareus.org>2016-02-27 12:53:09 +0100
commitd95f2e98df60bfedbfbe5c866cda3140f8ec06e7 (patch)
tree5039fcc31f4c7e15c9e15c18fe049f1b27628c9f /gtk2_ardour/export_dialog.cc
parent4fec1dc0885734c669c69b73e3236334ef3271e5 (diff)
don't allow to change export settings once export has started #6780
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc3
1 files changed, 3 insertions, 0 deletions
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