add LocaleGuard while restoring RC configuration.
Should fix issues with reloading various RC variables that use float
This commit is contained in:
parent
81211a91b1
commit
72a91ae274
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user