1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

Select, cut, paste, undo: selection should be a point as after cut

This commit is contained in:
Paul Licameli 2017-06-26 11:12:32 -04:00
parent 869de7d6f4
commit 6373a5085c

View File

@ -4768,14 +4768,14 @@ void AudacityProject::OnCut()
msClipT1 = mViewInfo.selectedRegion.t1();
msClipProject = this;
mViewInfo.selectedRegion.collapseToT0();
PushState(_("Cut to the clipboard"), _("Cut"));
// Bug 1663
//mRuler->ClearPlayRegion();
mRuler->DrawOverlays( true );
mViewInfo.selectedRegion.collapseToT0();
RedrawProject();
if (mHistoryWindow)