when parameter has min and max values, new values are now no longer
rounded to initial value when the user chooses to increase precision.
Example: value = 0.4 -> User changes value to 0.04 -> Value is no longer
rounded to 0.0 (like before).
This fix is made for the development branch (target platform 4.5).
when parameter has min and max values, new values are now no longer rounded to initial value when the user chooses to increase precision. Example: value = 0.4 -> User changes value to 0.04 -> Value is no longer rounded to 0.0 (like before). This fix is made for the development branch (target platform 4.5).