mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Add preference option for Stem Plot
Tracks 'behaviors' preferences split to sub-page to avoid over-long page for Tracks preferences.
This commit is contained in:
@@ -192,6 +192,7 @@ is time to refresh some aspect of the screen.
|
||||
|
||||
#include "prefs/PrefsDialog.h"
|
||||
#include "prefs/SpectrumPrefs.h"
|
||||
#include "prefs/TracksBehaviorsPrefs.h"
|
||||
#include "prefs/WaveformPrefs.h"
|
||||
|
||||
#include "toolbars/ControlToolBar.h"
|
||||
@@ -8284,6 +8285,7 @@ void TrackPanel::OnSpectrogramSettings(wxCommandEvent &)
|
||||
// Get here only from the wave track menu
|
||||
const auto wt = static_cast<WaveTrack*>(mPopupMenuTarget);
|
||||
// WaveformPrefsFactory waveformFactory(wt);
|
||||
TracksBehaviorsPrefsFactory tracksBehaviorsFactory();
|
||||
SpectrumPrefsFactory spectrumFactory(wt);
|
||||
|
||||
PrefsDialog::Factories factories;
|
||||
|
Reference in New Issue
Block a user