summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-11-11 23:05:52 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-11-21 08:20:54 +0100
commit90c85f579ff91f6766ae0b309d3a66f53b2f5bd6 (patch)
treec140c063627afc7cc6180d4b567eacfaeb2609ef /src/widget/woverview.h
parent356e7116e6f55977c90ba205783e120bc1b7b2be (diff)
rename m_bDrag to m_bLeftClickDragging
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;