13
0

video-export dialog, only show abort/progress when exporting

This commit is contained in:
Robin Gareus 2020-12-22 19:35:12 +01:00
parent 239c340527
commit ce07765347
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -292,6 +292,8 @@ ExportVideoDialog::ExportVideoDialog ()
cancel_button = add_button (Stock::CANCEL, RESPONSE_CANCEL);
get_action_area()->pack_start (transcode_button, false, false);
show_all_children ();
progress_box->set_no_show_all();
progress_box->hide();
}