FIXED:Custom parameter int maximum digits

Hi there,

When you create an integer custom parameter and enter a value with a number above 999.999, then save your project and reopen it.
The numbers you filled in, are now rounded to 10s (maximum 6 digits).
So 1.000.006 becomes 1.000.010

See attached tox for example.
Both the current 099 stable version and experimental version show this anomaly.

Work around is now setting the values through python.

Hope it helps :slight_smile:

Cheers,
tim
NumberIssue.tox (1.52 KB)

The next version will now be at least 8 digits, instead of 6, but we plan to fix this further.