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

Add min and max VZoom to SetTrackInfoCommand

This commit is contained in:
Steve Daulton
2018-11-11 16:22:21 +00:00
parent a18680647d
commit 277473f0de
2 changed files with 40 additions and 2 deletions

View File

@@ -118,6 +118,8 @@ public:
int mDisplayType;
int mScaleType;
int mVZoom;
double mVZoomTop;
double mVZoomBottom;
bool bUseSpecPrefs;
bool bSpectralSelect;
@@ -129,6 +131,8 @@ public:
bool bHasDisplayType;
bool bHasScaleType;
bool bHasVZoom;
bool bHasVZoomTop;
bool bHasVZoomBottom;
bool bHasUseSpecPrefs;
bool bHasSpectralSelect;