aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 17:35:09 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 17:35:09 +0200
commitd92af8452acdde8595e16c379e8a17cd5d3efdbe (patch)
tree367ca670ea6234d4bbf0ba45ca4bb4e572b0fb68 /Software/Visual_Studio/Tango.Touch
parent24292197223caf2ffa1a771c38b2e2f7418ad03e (diff)
downloadTango-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.cs2
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;
}