1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Draw TimeTrack Background in unselected colour.

Using blank colour is incorrect here.
I also removed an unused pen and brush.
This commit is contained in:
James Crook
2017-04-27 19:55:40 +01:00
parent c9183769d2
commit ff3ed65d83
2 changed files with 1 additions and 12 deletions

View File

@@ -146,9 +146,6 @@ class TimeTrack final : public Track {
Track::Holder Duplicate() const override;
friend class TrackFactory;
wxBrush blankBrush;
wxPen blankPen;
};