From 90c85f579ff91f6766ae0b309d3a66f53b2f5bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Mon, 11 Nov 2019 23:05:52 +0100 Subject: rename m_bDrag to m_bLeftClickDragging --- src/widget/woverview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/woverview.h') 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; -- cgit v1.2.3