exportdialog: fixed bug where format change signal didn't fire when loading preset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user