mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
don't allow to change export settings once export has started #6780
This commit is contained in:
parent
4fec1dc088
commit
d95f2e98df
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue