mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
ESC key aborts resizing of mono track, stereo track, or channels of stereo track
Resizing may un-minimize a track; I was careful to be sure ESC restores minimized state too and then that un-minimizing restores correct height
This commit is contained in:
@@ -712,8 +712,11 @@ protected:
|
||||
bool onlyWithinSnapDistance,
|
||||
double *pPinValue = NULL) const;
|
||||
|
||||
bool mInitialMinimized;
|
||||
int mInitialTrackHeight;
|
||||
int mInitialActualHeight;
|
||||
int mInitialUpperTrackHeight;
|
||||
int mInitialUpperActualHeight;
|
||||
bool mAutoScrolling;
|
||||
|
||||
enum MouseCaptureEnum
|
||||
|
||||
Reference in New Issue
Block a user