diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 18:47:20 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 18:47:20 +0300 |
| commit | aba62e86fcc78e71bdcb263abda735e844e86240 (patch) | |
| tree | edf8d5f2480e65be3981aaf76796658ae282ebb4 /Software/Visual_Studio/Tango.Touch | |
| parent | ca2d16fcff8b8776acee40ad6ee287e8293e8299 (diff) | |
| download | Tango-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.cs | 2 |
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); } } |
