diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-15 17:35:09 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-15 17:35:09 +0200 |
| commit | d92af8452acdde8595e16c379e8a17cd5d3efdbe (patch) | |
| tree | 367ca670ea6234d4bbf0ba45ca4bb4e572b0fb68 /Software/Visual_Studio/Tango.Touch | |
| parent | 24292197223caf2ffa1a771c38b2e2f7418ad03e (diff) | |
| download | Tango-d92af8452acdde8595e16c379e8a17cd5d3efdbe.tar.gz Tango-d92af8452acdde8595e16c379e8a17cd5d3efdbe.zip | |
Added support for chromium touch enabled on PPC.
Implemented real Cef Installer.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Keyboard/KeyboardView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Keyboard/KeyboardView.cs b/Software/Visual_Studio/Tango.Touch/Keyboard/KeyboardView.cs index 67203b669..3f9106089 100644 --- a/Software/Visual_Studio/Tango.Touch/Keyboard/KeyboardView.cs +++ b/Software/Visual_Studio/Tango.Touch/Keyboard/KeyboardView.cs @@ -350,7 +350,7 @@ namespace Tango.Touch.Keyboard private void OnMouseDown(object sender, MouseOrTouchEventArgs e) { - if (e.OriginalSource.GetType().Name != "TextBoxView" && e.Source == _content_presenter && IsOpened) + if (e.OriginalSource.GetType().Name != "TextBoxView" && e.Source == _content_presenter && IsOpened && OutputMode == KeyboardOutputMode.Wpf) { IsOpened = false; } |
