1
0
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:
Paul-Licameli
2015-04-11 23:45:46 -04:00
parent 662d42178c
commit db1cb406e0
2 changed files with 47 additions and 5 deletions

View File

@@ -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