* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config...
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.) Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ). * Minor code cleanup in pcbnew/netlist.cpp
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment