Browse Source

Eeschema: fix issue when saving a S expr symbol library in countries using comma as fp separator

Fixes #4381
https://gitlab.com/kicad/code/kicad/issues/4381
pull/16/head
jean-pierre charras 6 years ago
parent
commit
ee08baca03
  1. 2
      eeschema/sch_sexpr_plugin.cpp

2
eeschema/sch_sexpr_plugin.cpp

@ -1399,6 +1399,8 @@ void SCH_SEXPR_PLUGIN_CACHE::Save()
if( !m_isModified )
return;
LOCALE_IO toggle; // toggles on, then off, the C locale.
// Write through symlinks, don't replace them.
wxFileName fn = GetRealFile();

Loading…
Cancel
Save