PKHeX/PKHeX.WinForms/Controls
Kurt d012134d23 Improve display precision of size floats
Use the Round-trip format when converting to string.
https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings#RFormatString

The default behavior in net4.~ ToString doesn't use "R", hence me assuming F6 would be sufficient, but it does not display as a round-trip value.

netcore3+ changed the default behavior and aligned it with standards ~ https://devblogs.microsoft.com/dotnet/floating-point-parsing-and-formatting-improvements-in-net-core-3-0/

now, both net461 and net6 builds display the same values. Doesn't resolve the mono issue where legality check flags calc != stored.
2022-10-16 18:36:33 -07:00
..
PKM Editor Improve display precision of size floats 2022-10-16 18:36:33 -07:00
SAV Editor Keep GroupViewer in front when popped up 2022-09-15 17:37:23 -07:00
Slots Add specialized struct for Moveset and IV specs (#3572) 2022-08-21 17:34:32 -07:00