13
0

add localeguard to read floating point values correctly when loading theme modifiers

This commit is contained in:
Paul Davis 2014-12-15 13:30:56 -05:00
parent 4791c51d0f
commit a5aa2df6fc

View File

@ -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;