summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2019-08-22 11:08:38 -0500
committerBe <be@mixxx.org>2019-08-22 11:08:38 -0500
commit0903d1ec62c90006b970b645491f1e6975eb9b4b (patch)
treee233c17e72922462109b51f06c7117ec34c263c5 /src/widget/woverview.h
parent2378a881e85ae9aab759a702a1fbc06f497bdc8b (diff)
WOverview: calculate label background color only once
for efficiency
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index a13c69093b..6716781ece 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -159,6 +159,7 @@ class WOverview : public WWidget, public TrackDropTarget {
QPixmap m_backgroundPixmap;
QString m_backgroundPixmapPath;
QColor m_qColorBackground;
+ QColor m_labelBackgroundColor;
QColor m_endOfTrackColor;
PredefinedColorsRepresentation m_predefinedColorsRepresentation;