mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
Likewise, don't crash on command-W while dragging in the timeline ruler.
This commit is contained in:
parent
cb245d2f79
commit
ece29b3ff3
@ -1838,6 +1838,9 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* parent,
|
||||
|
||||
AdornedRulerPanel::~AdornedRulerPanel()
|
||||
{
|
||||
if(HasCapture())
|
||||
ReleaseMouse();
|
||||
|
||||
// Done with the snap manager
|
||||
if (mSnapManager) {
|
||||
delete mSnapManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user