summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-11-11 23:09:26 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-11-11 23:09:26 +0100
commitc5e4fe2d527f71438510158ba952b2d166436d92 (patch)
tree07b61bc177ef713017e967b112e2edcccde72aa7 /src/widget/woverview.h
parent124e7cfed86b3df2986b21e38350b4b11884af05 (diff)
move commend to the right position
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 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;