13
0

add LocaleGuard while restoring RC configuration.

Should fix issues with reloading various RC variables that use float
This commit is contained in:
Paul Davis 2016-07-20 10:48:01 -04:00
parent 81211a91b1
commit 72a91ae274

View File

@ -220,6 +220,7 @@ RCConfiguration::set_state (const XMLNode& root, int version)
XMLNodeList nlist = root.children();
XMLNodeConstIterator niter;
XMLNode *node;
LocaleGuard lg;
Stateful::save_extra_xml (root);