The previous commit was obviously incorrect, as the window wasn't updated anymore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17170 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -494,7 +494,7 @@ BSlider::MouseDown(BPoint point)
|
|||||||
prevPoint = point;
|
prevPoint = point;
|
||||||
|
|
||||||
snooze(SnoozeAmount());
|
snooze(SnoozeAmount());
|
||||||
GetMouse(&point, &buttons, false);
|
GetMouse(&point, &buttons, true);
|
||||||
|
|
||||||
if (_ConstrainPoint(point, prevPoint)) {
|
if (_ConstrainPoint(point, prevPoint)) {
|
||||||
SetValue(ValueForPoint(point));
|
SetValue(ValueForPoint(point));
|
||||||
|
|||||||
Reference in New Issue
Block a user