summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
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;