13
0

potential fix for the_CLA reported problem: v2 fader values are lost if you are using a non-US locale

This commit is contained in:
Ben Loftis 2015-02-27 11:14:48 -06:00
parent b11a18d226
commit 763a7c8161

View File

@ -2324,6 +2324,7 @@ Route::set_state (const XMLNode& node, int version)
int
Route::set_state_2X (const XMLNode& node, int version)
{
LocaleGuard lg (X_("C"));
XMLNodeList nlist;
XMLNodeConstIterator niter;
XMLNode *child;