exportdialog: fixed bug where format change signal didn't fire when loading preset

This commit is contained in:
itsmattkc
2022-10-05 16:04:42 -07:00
parent 906f802422
commit 4ea1870098
+1
View File
@@ -697,6 +697,7 @@ EncodingParams ExportDialog::GenerateParams() const
void ExportDialog::SetParams(const EncodingParams &e)
{
format_combobox_->SetFormat(e.format());
FormatChanged(format_combobox_->GetFormat());
if (e.has_custom_range() && viewer_node_->GetWorkArea()->enabled()) {
range_combobox_->setCurrentIndex(kRangeInToOut);