summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-20 10:48:01 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-20 10:48:07 -0400
commit72a91ae2744ec782578d10407e496e7d97b61db5 (patch)
tree07f1d2b6a2ab8b2d905abf465a36199dd3fa869a
parent81211a91b1e6ffd77dd31676ffe65c4456aafdd7 (diff)
add LocaleGuard while restoring RC configuration.
Should fix issues with reloading various RC variables that use float
-rw-r--r--libs/ardour/rc_configuration.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/rc_configuration.cc b/libs/ardour/rc_configuration.cc
index 100e73678d..ebe5501070 100644
--- a/libs/ardour/rc_configuration.cc
+++ b/libs/ardour/rc_configuration.cc
@@ -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);