mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add localeguard to read floating point values correctly when loading theme modifiers
This commit is contained in:
parent
4791c51d0f
commit
a5aa2df6fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue