mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
[Summary] Fixed bug: in case of aborted export, the export dialog box should end.
This commit is contained in:
parent
c7624b480b
commit
73e990ee52
1 changed files with 1 additions and 3 deletions
|
|
@ -381,9 +381,7 @@ WavesExportDialog::show_progress ()
|
|||
}
|
||||
|
||||
status->finish ();
|
||||
if (!aborted) {
|
||||
response (Gtk::RESPONSE_OK);
|
||||
}
|
||||
response (aborted ? Gtk::RESPONSE_OK : Gtk::RESPONSE_CANCEL);
|
||||
}
|
||||
|
||||
gint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue