From aba62e86fcc78e71bdcb263abda735e844e86240 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 17 Apr 2019 18:47:20 +0300 Subject: 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. --- Software/Visual_Studio/Tango.Touch/Controls/LightTouchDataGrid.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Software/Visual_Studio/Tango.Touch') 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); } } -- cgit v1.3.1