mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-03 14:54:52 -04:00
--User changes
-Disable Start At checkbox in the findal render dialog when Render All is unchecked.
This commit is contained in:
@ -508,6 +508,7 @@ void FractoriumFinalRenderDialog::OnDoAllCheckBoxStateChanged(int state)
|
|||||||
ui.FinalRenderDoSequenceCheckBox->setChecked(false);
|
ui.FinalRenderDoSequenceCheckBox->setChecked(false);
|
||||||
|
|
||||||
ui.FinalRenderDoSequenceCheckBox->setEnabled(ui.FinalRenderDoAllCheckBox->isChecked());
|
ui.FinalRenderDoSequenceCheckBox->setEnabled(ui.FinalRenderDoAllCheckBox->isChecked());
|
||||||
|
ui.FinalRenderStartAtCheckBox->setEnabled(ui.FinalRenderDoAllCheckBox->isChecked());
|
||||||
ui.FinalRenderSaveAgainAsButton->setEnabled(false);
|
ui.FinalRenderSaveAgainAsButton->setEnabled(false);
|
||||||
ui.FinalRenderBumpQualityStartButton->setEnabled(false);
|
ui.FinalRenderBumpQualityStartButton->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user