video-export dialog, only show abort/progress when exporting
This commit is contained in:
parent
239c340527
commit
ce07765347
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user