<div>I've noticed that the rotary control of decimal types has an issue when entering more than two decimal points. After converting the three point decimal into a two point decimal, the increase / decrease buttons of the control skips some steps. This issue seems to be <strong>only</strong> present when the last digit of the three point decimal is a 5.</div><div><br></div><div>Steps to reproduce:</div><div>- Open the value dialog of any rotary control which binds to a decimal value (in my example its the Granulation Pitch knob).</div><div>- Enter a decimal value with three decimal points and a 5 as last digit (my value is 0.005).</div><div>- Notice that the value label of the control is displaying '0.00 Octaves'. If you open the value dialog the value shows '0.01'.</div><div>- Pressing the + increase value button:</div><div>1x: Value label shows '0.01 Octaves'</div><div>2x: Value label shows '0.03 Octaves'</div><div>3x: Value label shows '0.04 Octaves'</div><div>4x: Value label shows '0.05 Octaves'</div><div>5x: Value label shows '0.05 Octaves'</div><div>6x: Value label shows '0.06 Octaves'</div><div>7x: Value label shows '0.08 Octaves'</div><div>8x: Value label shows '0.09 Octaves'</div><div>9x: Value label shows '0.09 Octaves'</div><div>10x: Value label shows '0.10 Octaves'</div><div><br></div><div>Same behaviour with the - decrease value button.</div><div><br></div><div>It's only a minor issue but maybe fixable? 🚀</div>