aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-03-02 13:43:38 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-03-02 13:43:38 +0200
commitf6e4ed5a21280669175a433714c22007e08e7b92 (patch)
treec49f4d0d5322da0e895c28e7a4dcb5768e67b0c3 /Software/Visual_Studio/Tango.Touch
parent508dbe26fe815c9b1273e16b9a9d9a8ddb29f474 (diff)
downloadTango-f6e4ed5a21280669175a433714c22007e08e7b92.tar.gz
Tango-f6e4ed5a21280669175a433714c22007e08e7b92.zip
Slider. Thumb moves immediately to the location of a mouse click.
Related Work Items: #6228
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
-rw-r--r--Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerSlider.cs1
1 files changed, 1 insertions, 0 deletions
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)