mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 23:29:24 +02:00
Bug1406: Don't make spurious undo entries in Envelope tool
This commit is contained in:
parent
53e30e5533
commit
ed2432e02d
@ -3031,7 +3031,7 @@ void TrackPanel::HandleEnvelope(wxMouseEvent & event)
|
||||
ForwardEventToEnvelope(event);
|
||||
|
||||
if (event.LeftUp()) {
|
||||
mCapturedTrack = NULL;
|
||||
SetCapturedTrack( NULL );
|
||||
MakeParentPushState(
|
||||
/* i18n-hint: (verb) Audacity has just adjusted the envelope .*/
|
||||
_("Adjusted envelope."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user