mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 06:59:27 +02:00
Bug 705 - Envelope points not deleted correctly when button up over label track. Steve's patch.
This commit is contained in:
parent
60c47829ed
commit
74a660ef16
@ -5340,7 +5340,7 @@ bool TrackPanel::HandleLabelTrackMouseEvent(LabelTrack * lTrack, wxRect &r, wxMo
|
||||
}
|
||||
} else if (event.Dragging()) {
|
||||
;
|
||||
} else if( event.LeftUp()) {
|
||||
} else if (event.LeftUp() && (mCapturedTrack->GetKind() == Track::Label)) {
|
||||
SetCapturedTrack( NULL );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user