mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Similarly for Equalization: avoid assertion in debug build, if you ESC...
... while dragging a point in "Draw Curves".
This commit is contained in:
parent
08eb840f32
commit
1bdd1a07ab
@ -2922,6 +2922,9 @@ EqualizationPanel::~EqualizationPanel()
|
||||
delete [] mOuti;
|
||||
if (mOutr)
|
||||
delete [] mOutr;
|
||||
|
||||
if(HasCapture())
|
||||
ReleaseMouse();
|
||||
}
|
||||
|
||||
void EqualizationPanel::ForceRecalc()
|
||||
|
Loading…
x
Reference in New Issue
Block a user