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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 4dfe478bfe..d4eace7831 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -148,7 +148,7 @@ class WOverview : public WWidget, public TrackDropTarget {
// True if slider is dragged. Only used when m_bEventWhileDrag is false
int m_iPosSeconds;
- bool m_bDrag;
+ bool m_bLeftClickDragging;
// Internal storage of slider position in pixels
int m_iPos;