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

Fix NoteTrack stray lines; no magic numbers in DrawBordersWithin...

... even though we are now skipping that drawing step.
This commit is contained in:
Paul Licameli
2017-06-05 12:47:29 -04:00
parent 895102bf9a
commit 4244d55b77
2 changed files with 38 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ private:
void DrawBackground(wxDC * dc, const wxRect & rect, bool bSelected, bool bHasMuteSolo, const int labelw, const int vrul) const;
void DrawBordersWithin(wxDC * dc, const wxRect & rect, bool bHasMuteSolo ) const;
void DrawBordersWithin(wxDC * dc, const wxRect & rect, const Track &track ) const;
void DrawCloseBox(wxDC * dc, const wxRect & rect, Track * t, bool down) const;
void DrawTitleBar(wxDC * dc, const wxRect & rect, Track * t, bool down) const;
void DrawMuteSolo(wxDC * dc, const wxRect & rect, Track * t, bool down, bool solo, bool bHasSoloButton) const;