"," and "." in voltages
In 1.32 I see "," and "." in voltages, instead of just "."...
Can you fix that?
Something with the locale, will have to take a look and make sure all values use the same formatting. Does it happen with the recent version only? I have changed the place some values are read from, maybe that is contributing to the issue. Everything looks fine on my machine, but I have en-US with custom date and clock format. I think it comes from the toString() method, but not sure why it differs for different values.
Something with the locale, will have to take a look and make sure all values use the same formatting. Does it happen with the recent version only? I have changed the place some values are read from, maybe that is contributing to the issue. Everything looks fine on my machine, but I have en-US with custom date and clock format. I think it comes from the toString() method, but not sure why it differs for different values.
Yep, I see this only with the recent version :)
1.31, for example:
Ok, it seems the values that now are provided by the dll and not the main app are with different CultureInfo (sort of an locale formatting).
This should be fixed long time ago, let me know if it is not, so I can reopen.