1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Fix for bug #783

This should correct the crash and will also correct
the problem where one project's playback/capture was
being metered in another project if multiple projects
were open.
This commit is contained in:
lllucius
2014-12-08 04:53:53 +00:00
parent 814ed57a68
commit 6539d693b3
4 changed files with 37 additions and 9 deletions

View File

@@ -373,7 +373,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
DeviceToolBar *GetDeviceToolBar();
EditToolBar *GetEditToolBar();
MeterToolBar *GetMeterToolBar();
MixerToolBar *GetMixerToolBar();
SelectionBar *GetSelectionBar();
#ifdef EXPERIMENTAL_SPECTRAL_EDITING