Le 15/09/2016 à 13:32, Oliver Walters a écrit : > JP, I think I have worked it out! > > > Unfortunately, it does not work in countries which use a comma as > floating point separator: > I cannot enter floating point values: > > The validator expects a comma as floating point separator, and the python > script expects a point as > separator. > > > The python script now strips out commas and replaces them with periods. When > the KiCad function > reads the values back in, it replaces all commas or periods (for numeric > values only) > with wxNumberFormatter::GetDecimalSeparator() > > I have tested this by switching my locale settings to use commas and it seems > to work well.
Thanks! -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

