summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widget/woverview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 63eba9de13..46a942517c 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -146,8 +146,8 @@ class WOverview : public WWidget, public TrackDropTarget {
std::unique_ptr<CueMenu> m_pCueMenu;
bool m_bShowCueTimes;
- // True if slider is dragged. Only used when m_bEventWhileDrag is false
int m_iPosSeconds;
+ // True if slider is dragged. Only used when m_bEventWhileDrag is false
bool m_bLeftClickDragging;
// Internal storage of slider position in pixels
int m_iPos;