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:
@@ -146,9 +146,6 @@ class TimeTrack final : public Track {
|
||||
Track::Holder Duplicate() const override;
|
||||
|
||||
friend class TrackFactory;
|
||||
|
||||
wxBrush blankBrush;
|
||||
wxPen blankPen;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user