mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
[Summary] Hide import dialog before the durable import operation starts
This commit is contained in:
parent
55caddfcc7
commit
ed3ab5aa8c
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ WavesImportDialog::_on_import_button (WavesButton*)
|
|||
Editing::ImportMode import_mode = _get_import_mode ();
|
||||
Editing::ImportDisposition channel_disposition = _get_channel_disposition ();
|
||||
ARDOUR::SrcQuality quality = _get_src_quality ();
|
||||
|
||||
hide ();
|
||||
if (_copy_to_session_button.active_state () == Gtkmm2ext::ExplicitActive) {
|
||||
PublicEditor::instance().do_import (_files_to_import, channel_disposition, import_mode, quality, where);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue