mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-08 05:50:07 -05:00
--Bug fixes
-Automatically check Apply to All on final render dialog when coming from Render Sequence button.
This commit is contained in:
parent
881927bb0a
commit
45cafc66da
@ -692,6 +692,7 @@ void FractoriumFinalRenderDialog::showEvent(QShowEvent* e)
|
|||||||
{
|
{
|
||||||
ui.FinalRenderDoAllCheckBox->setChecked(true);
|
ui.FinalRenderDoAllCheckBox->setChecked(true);
|
||||||
ui.FinalRenderDoSequenceCheckBox->setChecked(true);
|
ui.FinalRenderDoSequenceCheckBox->setChecked(true);
|
||||||
|
ui.FinalRenderApplyToAllCheckBox->setChecked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
ui.FinalRenderTextOutput->clear();
|
ui.FinalRenderTextOutput->clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user