TrackSlider doesn't need pointer history

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13463 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-07-05 20:29:59 +00:00
parent 34ce0e42d4
commit 2a0bfa016d
+1 -1
View File
@@ -298,7 +298,7 @@ TrackSlider::MouseDown(BPoint point)
UpdatePosition(point);
SetTracking(true);
SetMouseEventMask(B_POINTER_EVENTS, B_LOCK_WINDOW_FOCUS);
SetMouseEventMask(B_POINTER_EVENTS, B_NO_POINTER_HISTORY| B_LOCK_WINDOW_FOCUS);
}