mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05:00 
			
		
		
		
	--Bug fixes
-Change variation spin boxes to only show the precision needed, and also allow scientific notation.
This commit is contained in:
		@ -122,7 +122,7 @@ void FractoriumEmberController<T>::SetupVariationsTree()
 | 
			
		||||
		spinBox->DoubleClickZero(1);
 | 
			
		||||
		spinBox->DoubleClickNonZero(0);
 | 
			
		||||
		spinBox->SmallStep(0.001);
 | 
			
		||||
		spinBox->setDecimals(4);
 | 
			
		||||
		//spinBox->setDecimals(4);
 | 
			
		||||
		tree->setItemWidget(item, 1, spinBox);
 | 
			
		||||
		m_Fractorium->connect(spinBox, SIGNAL(valueChanged(double)), SLOT(OnVariationSpinBoxValueChanged(double)), Qt::QueuedConnection);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user