mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
void
|
||||||
ExportDialog::show_progress ()
|
ExportDialog::show_progress ()
|
||||||
{
|
{
|
||||||
|
export_notebook.set_sensitive (false);
|
||||||
|
|
||||||
cancel_button->set_label (_("Stop Export"));
|
cancel_button->set_label (_("Stop Export"));
|
||||||
export_button->set_sensitive (false);
|
export_button->set_sensitive (false);
|
||||||
|
|
||||||
|
|
@ -339,6 +341,7 @@ ExportDialog::show_progress ()
|
||||||
} else {
|
} else {
|
||||||
notify_errors ();
|
notify_errors ();
|
||||||
}
|
}
|
||||||
|
export_notebook.set_sensitive (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
gint
|
gint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue