mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05:00 
			
		
		
		
	--Bug fixes
-Automatically check Apply to All on final render dialog when coming from Render Sequence button.
This commit is contained in:
		@ -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();
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user