Coding style..

This commit is contained in:
Vesa
2014-02-24 18:39:25 +02:00
parent 3e22c747d7
commit 867afc6ffb

View File

@@ -393,7 +393,7 @@ float knob::getValue( const QPoint & _p )
{
return ( _p.y() * model()->step<float>());
}
return ( _p.y() * SMOOTH_FACTOR * pageSize() );
return ( _p.y() * KNOB_SMOOTH_FACTOR * pageSize() );
}