mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue