summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-11-20 21:13:07 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-11-21 08:20:54 +0100
commit7ac22c88c506f00e2329cf7a3701774a5ae58ed7 (patch)
treef1c21b696daf9d7e18cbab7bdc3ed41bd868a9fb /src/widget/woverview.h
parent895fbe05189e2dc045c42807c67ef83ed208c680 (diff)
Rename Slider in Pickup
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 28ffffdd79..c63a53da1b 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -114,7 +114,7 @@ class WOverview : public WWidget, public TrackDropTarget {
void drawAnalyzerProgress(QPainter* pPainter);
void drawRangeMarks(QPainter* pPainter, const float& offset, const float& gain);
void drawMarks(QPainter* pPainter, const float offset, const float gain);
- void drawSliderPosition(QPainter* pPainter);
+ void drawPickupPosition(QPainter* pPainter);
void drawTimeRuler(QPainter* pPainter);
void drawMarkLabels(QPainter* pPainter, const float offset, const float gain);
void paintText(const QString& text, QPainter* pPainter);
@@ -147,10 +147,10 @@ class WOverview : public WWidget, public TrackDropTarget {
bool m_bShowCueTimes;
int m_iPosSeconds;
- // True if slider is dragged. Only used when m_bEventWhileDrag is false
+ // True if pick-up is dragged. Only used when m_bEventWhileDrag is false
bool m_bLeftClickDragging;
// Internal storage of slider position in pixels
- int m_iPos;
+ int m_iPickupPos;
// position of the overlay shaddow
int m_iPlayPos;