aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DragAndDrop
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-10 19:30:27 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-10 19:30:27 +0300
commit6323ea8d74be3440286acaf73cab98024a858499 (patch)
treea07f3097f97459eb5f3ddf2c4f8650543b520e9d /Software/Visual_Studio/Tango.DragAndDrop
parent6996aefc25a84e3942e757189575fd11665bbe84 (diff)
downloadTango-6323ea8d74be3440286acaf73cab98024a858499.tar.gz
Tango-6323ea8d74be3440286acaf73cab98024a858499.zip
Implemented Drag & Drop on LightTouchGrid.
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop')
-rw-r--r--Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs
index 355ce9997..4ab56ccb1 100644
--- a/Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs
+++ b/Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs
@@ -13,7 +13,6 @@ namespace Tango.DragAndDrop
{
public DragThumb()
{
- Background = Brushes.Transparent;
IsHitTestVisible = true;
}