mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 15:44:20 +01:00
Future static text box distinguishing track settings from globals? ...
... Leave this idea just commented out for now.
This commit is contained in:
@@ -127,6 +127,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.SetBorder(2);
|
||||
|
||||
// S.StartStatic(_("Track Settings"));
|
||||
{
|
||||
S.StartStatic(_("FFT Window"));
|
||||
{
|
||||
S.StartMultiColumn(2);
|
||||
@@ -219,6 +221,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
S.EndStatic();
|
||||
#endif //EXPERIMENTAL_FIND_NOTES
|
||||
}
|
||||
// S.EndStatic();
|
||||
}
|
||||
|
||||
bool SpectrumPrefs::Validate()
|
||||
|
||||
Reference in New Issue
Block a user