mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 16:41:14 +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);
|
ForwardEventToEnvelope(event);
|
||||||
|
|
||||||
if (event.LeftUp()) {
|
if (event.LeftUp()) {
|
||||||
mCapturedTrack = NULL;
|
SetCapturedTrack( NULL );
|
||||||
MakeParentPushState(
|
MakeParentPushState(
|
||||||
/* i18n-hint: (verb) Audacity has just adjusted the envelope .*/
|
/* i18n-hint: (verb) Audacity has just adjusted the envelope .*/
|
||||||
_("Adjusted envelope."),
|
_("Adjusted envelope."),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user