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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user