1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Scrub menu check items change pushed state of scrub toolbar buttons

This commit is contained in:
Paul Licameli
2016-06-06 00:48:50 -04:00
parent fe335f3a2b
commit 8dab37de01
3 changed files with 14 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class EditToolBar;
class MeterToolBar;
class MixerToolBar;
class Scrubber;
class ScrubbingToolBar;
class SelectionBar;
class SpectralSelectionBar;
class Toolbar;
@@ -442,6 +443,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
DeviceToolBar *GetDeviceToolBar();
EditToolBar *GetEditToolBar();
MixerToolBar *GetMixerToolBar();
ScrubbingToolBar *GetScrubbingToolBar();
SelectionBar *GetSelectionBar();
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
SpectralSelectionBar *GetSpectralSelectionBar();