1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Bug1076: Don't obliterate the point selection display during playback

This commit is contained in:
Paul Licameli
2015-07-12 18:52:27 -04:00
parent 85cf4e6fff
commit 87965cf164
2 changed files with 31 additions and 49 deletions

View File

@@ -587,8 +587,8 @@ protected:
// This stores the parts of the screen that get overwritten by the indicator
// and cursor
double mLastIndicator;
double mLastCursor;
int mLastIndicatorX;
int mLastCursorX;
// Quick-Play indicator postion
double mOldQPIndicatorPos;