mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Bug 855 - Data loss undoing sample edit while mouse is down
Chose the simple fix. Escape does not interrupt sample dragging now.
This commit is contained in:
parent
1db014339d
commit
bca81066bb
@ -1594,7 +1594,7 @@ void TrackPanel::HandleEscapeKey(bool down)
|
||||
break;
|
||||
case IsZooming:
|
||||
case IsVZooming:
|
||||
case IsAdjustingSample:
|
||||
//case IsAdjustingSample:
|
||||
break;
|
||||
case IsResizing:
|
||||
mCapturedTrack->SetHeight(mInitialActualHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user