mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Bug1004: undo history message
This commit is contained in:
parent
f332df1f36
commit
a2bceee698
@ -5237,7 +5237,7 @@ void TrackPanel::HandleSampleEditingButtonUp( wxMouseEvent & WXUNUSED(event))
|
|||||||
SetCapturedTrack( NULL );
|
SetCapturedTrack( NULL );
|
||||||
//On up-click, send the state to the undo stack
|
//On up-click, send the state to the undo stack
|
||||||
mDrawingTrack=NULL; //Set this to NULL so it will catch improper drag events.
|
mDrawingTrack=NULL; //Set this to NULL so it will catch improper drag events.
|
||||||
MakeParentPushState(_("Moved Sample"),
|
MakeParentPushState(_("Moved Samples"),
|
||||||
_("Sample Edit"),
|
_("Sample Edit"),
|
||||||
PUSH_CONSOLIDATE|PUSH_AUTOSAVE);
|
PUSH_CONSOLIDATE|PUSH_AUTOSAVE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user