1
0
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:
Paul Licameli 2016-06-27 14:13:03 -04:00
parent 53e30e5533
commit ed2432e02d

View File

@ -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."),