Wish Bigger numbers in PreferencesDialog

Cadenzo

Active Member
Licensed User
Longtime User
When I use Decimal Number in the PreferencesDialog with more digits, not all are represented. So, "123456789" becomes "1.23456789EB"
Could the intern number be a Long type, insead a Int?
(Also in other situations, when printing out an Int value this string format effects even, if the Int type should still be enough, so with 9 digits. I usually solve it, by using long instead of int.)
 
Top