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:
parent
b11a18d226
commit
763a7c8161
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user