13
0

vtl: hide audio-import button when import/processing started

This commit is contained in:
Robin Gareus 2013-03-28 21:53:42 +01:00
parent 745804fd7e
commit 74c9bc6fcc

View File

@ -394,6 +394,7 @@ TranscodeVideoDialog::dialog_progress_mode ()
cancel_button->hide();
copy_button.hide();
transcode_button.hide();
audio_button.hide();
pbar.set_size_request(300,-1);
progress_box->show();
}