mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Let ESC key in pencil tool reclaim abandoned sample blocks sooner
This commit is contained in:
@@ -430,8 +430,8 @@ UIHandle::Result SampleHandle::Release
|
||||
|
||||
UIHandle::Result SampleHandle::Cancel(AudacityProject *pProject)
|
||||
{
|
||||
ProjectHistory::Get( *pProject ).RollbackState();
|
||||
mClickedTrack.reset();
|
||||
ProjectHistory::Get( *pProject ).RollbackState();
|
||||
return RefreshCode::RefreshCell;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user