add localeguard to read floating point values correctly when loading theme modifiers
This commit is contained in:
parent
4791c51d0f
commit
a5aa2df6fc
@ -506,6 +506,7 @@ UIConfiguration::load_colors (XMLNode const & node)
|
||||
void
|
||||
UIConfiguration::load_modifiers (XMLNode const & node)
|
||||
{
|
||||
PBD::LocaleGuard lg ("POSIX");
|
||||
XMLNodeList const nlist = node.children();
|
||||
XMLNodeConstIterator niter;
|
||||
XMLProperty const *name;
|
||||
|
Loading…
Reference in New Issue
Block a user