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:
parent
26d317319a
commit
08eb840f32
@ -631,6 +631,8 @@ EffectAutoDuckPanel::~EffectAutoDuckPanel()
|
||||
{
|
||||
if (mBackgroundBitmap)
|
||||
delete mBackgroundBitmap;
|
||||
if(HasCapture())
|
||||
ReleaseMouse();
|
||||
}
|
||||
|
||||
void EffectAutoDuckPanel::ResetControlPoints()
|
||||
|
Loading…
x
Reference in New Issue
Block a user