1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug2155: Deleting last track should reset play region to [0,0]

This commit is contained in:
Paul Licameli
2019-07-16 10:40:22 -04:00
parent 20772c995d
commit 2d6e8f3964
2 changed files with 11 additions and 7 deletions

View File

@@ -225,6 +225,7 @@ private:
SelectedRegion mLastDrawnSelectedRegion;
double mLastDrawnH{};
double mLastDrawnZoom{};
bool mDirtySelectedRegion{};
};
#endif //define __AUDACITY_ADORNED_RULER_PANEL__