AutomatableModel: Don't force step size aligning in setValue

This commit is contained in:
Lukas W
2016-08-26 10:40:57 +02:00
committed by GitHub
parent cf824bd6f1
commit 02eee8e7b6

View File

@@ -221,7 +221,7 @@ void AutomatableModel::setValue( const float value )
++m_setValueDepth;
const float old_val = m_value;
m_value = fittedValue( value, true );
m_value = fittedValue( value );
if( old_val != m_value )
{
// add changes to history so user can undo it