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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user