Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564950
Collapse All | Expand All

(-)a/src/core/AutomatableModel.cpp (-2 / +1 lines)
Lines 318-325 void AutomatableModel::setAutomatedValue( const float value ) Link Here
318
									it != m_linkedModels.end(); ++it )
318
									it != m_linkedModels.end(); ++it )
319
		{
319
		{
320
			if( (*it)->m_setValueDepth < 1 &&
320
			if( (*it)->m_setValueDepth < 1 &&
321
				!(*it)->fittedValue( m_value ) !=
321
				(*it)->fittedValue( m_value ) != (*it)->m_value )
322
							 (*it)->m_value )
323
			{
322
			{
324
				(*it)->setAutomatedValue( value );
323
				(*it)->setAutomatedValue( value );
325
			}
324
			}

Return to bug 564950