1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

You could get an assertion, on Mac debug build at least, ...

if you hit ESC during drag in the Autoduck dialog.  This fixes that.
This commit is contained in:
Paul Licameli 2016-04-24 23:56:15 -04:00
parent 26d317319a
commit 08eb840f32

View File

@ -631,6 +631,8 @@ EffectAutoDuckPanel::~EffectAutoDuckPanel()
{
if (mBackgroundBitmap)
delete mBackgroundBitmap;
if(HasCapture())
ReleaseMouse();
}
void EffectAutoDuckPanel::ResetControlPoints()