1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-17 00:07:54 +01:00

Bug1183: make spectrogram settings scrollable for limited resolution

This commit is contained in:
Paul Licameli
2017-07-24 21:08:55 -04:00
parent ff60610adf
commit 4a4fa8d97c
2 changed files with 10 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
// S.StartStatic(_("Track Settings"));
// {
S.StartScroller(); {
mDefaultsCheckbox = 0;
if (mWt) {
/* i18n-hint: use is a verb */
@@ -297,6 +299,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
S.EndStatic();
#endif
} S.EndScroller();
EnableDisableSTFTOnlyControls();
mPopulating = false;