From ea5b8fa1b13d2614f4f288bf6aa7ffb37728a3cc Mon Sep 17 00:00:00 2001 From: ronso0 Date: Fri, 7 Aug 2020 18:18:28 +0200 Subject: WOverView: get colors once in setup, add linebreaks, remove factor 1 --- src/widget/woverview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/widget/woverview.h') diff --git a/src/widget/woverview.h b/src/widget/woverview.h index 92bbcefa01..531ec358b4 100644 --- a/src/widget/woverview.h +++ b/src/widget/woverview.h @@ -165,12 +165,16 @@ class WOverview : public WWidget, public TrackDropTarget { QPixmap m_backgroundPixmap; QString m_backgroundPixmapPath; - QColor m_qColorBackground; + QColor m_backgroundColor; int m_iLabelFontSize; QColor m_labelTextColor; QColor m_labelBackgroundColor; + QColor m_axesColor; + QColor m_playPosColor; QColor m_endOfTrackColor; QColor m_passthroughOverlayColor; + QColor m_playedOverlayColor; + QColor m_lowColor; QLabel* m_pPassthroughLabel; // All WaveformMarks -- cgit v1.2.3