mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Merge branch 'master' into scrubbing2
This commit is contained in:
commit
6c73dd8e37
@ -1124,6 +1124,10 @@ AudacityProject::~AudacityProject()
|
|||||||
wxCommandEventHandler(AudacityProject::OnCapture),
|
wxCommandEventHandler(AudacityProject::OnCapture),
|
||||||
NULL,
|
NULL,
|
||||||
this);
|
this);
|
||||||
|
|
||||||
|
// Do this before destroying the overlays
|
||||||
|
delete mRuler;
|
||||||
|
mRuler = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
AudioIOStartStreamOptions AudacityProject::GetDefaultPlayOptions()
|
AudioIOStartStreamOptions AudacityProject::GetDefaultPlayOptions()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user