mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Bug 1677 - Residual. Handle ESC during track rearrangement.
This commit is contained in:
parent
4de3264d60
commit
d903845a6b
@ -208,6 +208,8 @@ UIHandle::Result TrackSelectHandle::Release
|
||||
UIHandle::Result TrackSelectHandle::Cancel(AudacityProject *pProject)
|
||||
{
|
||||
pProject->RollbackState();
|
||||
// Bug 1677
|
||||
mpTrack.reset();
|
||||
return RefreshCode::RefreshAll;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user