1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Fix spectral preferences extra caching issue.

This commit is contained in:
James Crook
2018-02-18 16:55:26 +00:00
committed by Paul Licameli
parent 6a5a61d39a
commit 4724c6a131
6 changed files with 40 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ public:
int mHeight;
int mDisplayType;
int mScaleType;
bool bUseSpecPrefs;
bool bSpectralSelect;
bool bGrayScale;
bool bSelected;
@@ -64,6 +65,7 @@ public:
bool bHasHeight;
bool bHasDisplayType;
bool bHasScaleType;
bool bHasUseSpecPrefs;
bool bHasSpectralSelect;
bool bHasGrayScale;
bool bHasSelected;