exportdialog: if using last used, set combobox to reflect that
This commit is contained in:
@@ -260,6 +260,7 @@ ExportDialog::ExportDialog(ViewerOutput *viewer_node, bool stills_only_mode, QWi
|
||||
// If the viewer already has cached params, use them
|
||||
if (!stills_only_mode_ && viewer_node_->GetLastUsedEncodingParams().IsValid()) {
|
||||
SetParams(viewer_node_->GetLastUsedEncodingParams());
|
||||
QtUtils::SetComboBoxData(preset_combobox_, kPresetLastUsed);
|
||||
} else {
|
||||
SetDefaults();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user