1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Bug 1269 - "backslash percent" not saved in effect presets

wxWidgets does special things with %.
It uses % to tell it of environment variables.

Rather than escaping %, it is simpler to disable the environment variables thing.
This commit is contained in:
James Crook
2019-07-17 18:31:26 +01:00
parent ed33fdebc9
commit de468afd8d

View File

@@ -73,6 +73,7 @@ public:
wxEmptyString,
0)
{
SetExpandEnvVars(false);
SetParameters(parms);
}