mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Bug 1677 - Residual. Handle ESC during track rearrangement.
This commit is contained in:
@@ -208,6 +208,8 @@ UIHandle::Result TrackSelectHandle::Release
|
||||
UIHandle::Result TrackSelectHandle::Cancel(AudacityProject *pProject)
|
||||
{
|
||||
pProject->RollbackState();
|
||||
// Bug 1677
|
||||
mpTrack.reset();
|
||||
return RefreshCode::RefreshAll;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user