summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-11-10 19:22:13 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-11-21 08:20:54 +0100
commitfccb163da3dbc06cbeb9a7c3f38843a6df45f87a (patch)
tree3f66cd1da1085ee0794bec59b1c1b72a986b8415 /src/widget/woverview.h
parentf793e3544ca0b3d544269c33257d86ea956798c7 (diff)
Reintroduce slider like behaviour of WOverview
This partial reverts commit 7cd7d49d47fd3df638f530eed536f67a64dc3d46. Hotcue click are still instantly applied. Fixing lp1850644
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index d5bcc4792a..ed383aeba0 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -146,7 +146,9 @@ 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;
+ bool m_bDrag;
// Internal storage of slider position in pixels
int m_iPos;