aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-17 18:47:20 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-17 18:47:20 +0300
commitaba62e86fcc78e71bdcb263abda735e844e86240 (patch)
treeedf8d5f2480e65be3981aaf76796658ae282ebb4 /Software/Visual_Studio/Tango.Touch
parentca2d16fcff8b8776acee40ad6ee287e8293e8299 (diff)
downloadTango-aba62e86fcc78e71bdcb263abda735e844e86240.tar.gz
Tango-aba62e86fcc78e71bdcb263abda735e844e86240.zip
Fixed a few issues with PPC events and memory leak.
Changed color space PANTON to Coats. Modified JobProgressBarItem in PPC to display the proper duration.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs b/Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs
index 552543320..5fe5b7d62 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs
+++ b/Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs
@@ -559,9 +559,7 @@ namespace Tango.Touch.Controls
if (row != null)
{
- row.UnRegisterMouseOrTouch(OnRowMouseTouchUp);
row.RegisterForPreviewMouseOrTouchUp(OnRowMouseTouchUp);
- row.UnRegisterMouseOrTouch(OnRowMouseTouchDown);
row.RegisterForPreviewMouseOrTouchDown(OnRowMouseTouchDown);
}
}