aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DragAndDrop
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-05 19:24:36 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-05 19:24:36 +0300
commit466b54210bc5066e6e29107d6c8f996f360b1426 (patch)
tree287625244cc1a16b59ecce589eb7b506df4c9363 /Software/Visual_Studio/Tango.DragAndDrop
parent2800ef294e92c6181c47ecf5bd556fcb25dc62ce (diff)
downloadTango-466b54210bc5066e6e29107d6c8f996f360b1426.tar.gz
Tango-466b54210bc5066e6e29107d6c8f996f360b1426.zip
Done some work on color catalog.
Removed manipulation enabled from everywhere! Implemented "DelayCommand for TouchButton"..
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop')
-rw-r--r--Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
index 26a89911e..586071363 100644
--- a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
+++ b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
@@ -574,7 +574,7 @@ namespace Tango.DragAndDrop
element.RegisterForPreviewMouseOrTouchDown(Draggable_PreviewMouseDown);
element.RegisterForMouseOrTouchMove(Draggable_MouseMove);
element.PreviewMouseUp += Draggable_PreviewMouseUp;
- element.IsManipulationEnabled = true;
+ //element.IsManipulationEnabled = true;
//element.AddHandler(FrameworkElement.PreviewMouseDownEvent, (MouseButtonEventHandler)Draggable_PreviewMouseDown, true);
//element.AddHandler(FrameworkElement.MouseMoveEvent, (MouseEventHandler)Draggable_MouseMove, true);