--Bug fixes

-Automatically check Apply to All on final render dialog when coming from Render Sequence button.
This commit is contained in:
mfeemster 2016-06-13 17:59:17 -07:00
parent 881927bb0a
commit 45cafc66da

View File

@ -692,6 +692,7 @@ void FractoriumFinalRenderDialog::showEvent(QShowEvent* e)
{
ui.FinalRenderDoAllCheckBox->setChecked(true);
ui.FinalRenderDoSequenceCheckBox->setChecked(true);
ui.FinalRenderApplyToAllCheckBox->setChecked(true);
}
ui.FinalRenderTextOutput->clear();