From f6e4ed5a21280669175a433714c22007e08e7b92 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 2 Mar 2022 13:43:38 +0200 Subject: Slider. Thumb moves immediately to the location of a mouse click. Related Work Items: #6228 --- .../Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Tango.Touch') diff --git a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs index 95810992e..7b0f5881a 100644 --- a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs +++ b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs @@ -129,6 +129,7 @@ namespace Tango.Touch.Controls TouchDown -= TouchDownSlider; TouchDown += TouchDownSlider; OnValueChanged(Double.NaN, Value); + IsMoveToPointEnabled = true; } private void TouchDownSlider(object sender, TouchEventArgs e) -- cgit v1.3.1