potential fix for the_CLA reported problem: v2 fader values are lost if you are...
authorBen Loftis <ben@harrisonconsoles.com>
Fri, 27 Feb 2015 17:14:48 +0000 (11:14 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Fri, 27 Feb 2015 17:31:55 +0000 (11:31 -0600)
libs/ardour/route.cc

index b9acae45eb13ab804ed2d83bfd2014d49fe254a7..ef46cd403e252ec412fe18fab31641a4e81b0707 100644 (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;