diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-10 19:30:27 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-10 19:30:27 +0300 |
| commit | 6323ea8d74be3440286acaf73cab98024a858499 (patch) | |
| tree | a07f3097f97459eb5f3ddf2c4f8650543b520e9d /Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs | |
| parent | 6996aefc25a84e3942e757189575fd11665bbe84 (diff) | |
| download | Tango-6323ea8d74be3440286acaf73cab98024a858499.tar.gz Tango-6323ea8d74be3440286acaf73cab98024a858499.zip | |
Implemented Drag & Drop on LightTouchGrid.
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DragAndDrop/DragThumb.cs | 1 |
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; } |
