mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 14:41:11 +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:
@@ -631,6 +631,8 @@ EffectAutoDuckPanel::~EffectAutoDuckPanel()
|
|||||||
{
|
{
|
||||||
if (mBackgroundBitmap)
|
if (mBackgroundBitmap)
|
||||||
delete mBackgroundBitmap;
|
delete mBackgroundBitmap;
|
||||||
|
if(HasCapture())
|
||||||
|
ReleaseMouse();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EffectAutoDuckPanel::ResetControlPoints()
|
void EffectAutoDuckPanel::ResetControlPoints()
|
||||||
|
Reference in New Issue
Block a user