mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +02:00
Group Spectrograms Preferences page under Tracks, again
This commit is contained in:
commit
8be22c90dc
@ -169,19 +169,19 @@ PrefsDialog::Factories
|
|||||||
&qualityPrefsFactory,
|
&qualityPrefsFactory,
|
||||||
&guiPrefsFactory,
|
&guiPrefsFactory,
|
||||||
|
|
||||||
&tracksPrefsFactory,
|
// Group other page(s)
|
||||||
|
PrefsNode(&tracksPrefsFactory, 1),
|
||||||
// &waveformPrefsFactory,
|
// &waveformPrefsFactory,
|
||||||
// &spectrumPrefsFactory,
|
&spectrumPrefsFactory,
|
||||||
|
|
||||||
// Group one other page
|
// Group one other page
|
||||||
PrefsNode(&importExportPrefsFactory, 1, true),
|
PrefsNode(&importExportPrefsFactory, 1),
|
||||||
&extImportPrefsFactory,
|
&extImportPrefsFactory,
|
||||||
|
|
||||||
&projectsPrefsFactory,
|
&projectsPrefsFactory,
|
||||||
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG) || !defined(DISABLE_DYNAMIC_LOADING_LAME)
|
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG) || !defined(DISABLE_DYNAMIC_LOADING_LAME)
|
||||||
&libraryPrefsFactory,
|
&libraryPrefsFactory,
|
||||||
#endif
|
#endif
|
||||||
&spectrumPrefsFactory,
|
|
||||||
&directoriesPrefsFactory,
|
&directoriesPrefsFactory,
|
||||||
&warningsPrefsFactory,
|
&warningsPrefsFactory,
|
||||||
&effectsPrefsFactory,
|
&effectsPrefsFactory,
|
||||||
|
@ -40,7 +40,7 @@ class PrefsDialog:public wxDialog
|
|||||||
|
|
||||||
PrefsNode(PrefsPanelFactory *pFactory_,
|
PrefsNode(PrefsPanelFactory *pFactory_,
|
||||||
int nChildren_ = 0,
|
int nChildren_ = 0,
|
||||||
bool expanded_ = false)
|
bool expanded_ = true)
|
||||||
: pFactory(pFactory_), nChildren(nChildren_), expanded(expanded_)
|
: pFactory(pFactory_), nChildren(nChildren_), expanded(expanded_)
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user