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

Bugs2151,2156: playhead ruler overlay was leaving black marks behind

This commit is contained in:
Paul Licameli
2019-07-26 11:57:30 -04:00
parent f89d96a870
commit 960fe47412
3 changed files with 34 additions and 10 deletions

View File

@@ -100,6 +100,8 @@ private:
void DoDrawSelection(wxDC * dc);
public:
std::pair< wxPoint, wxBitmap >
GetIndicatorBitmap(wxCoord xx, bool playing) const;
void DoDrawIndicator(wxDC * dc, wxCoord xx, bool playing, int width, bool scrub, bool seek);
void UpdateButtonStates();