diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 12:06:38 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 12:06:38 +0200 |
| commit | 5f321b419501b2c836e8b03400fff2934be5f135 (patch) | |
| tree | 182c28d34ad722516fb737974ac7f82489fe4649 /Software/Visual_Studio/Tango.Touch/Keyboard | |
| parent | fc6bdc8ec79ccb6b45b80a8608a6f3d360244fa4 (diff) | |
| download | Tango-5f321b419501b2c836e8b03400fff2934be5f135.tar.gz Tango-5f321b419501b2c836e8b03400fff2934be5f135.zip | |
Removed drop shadow from lists on PPC.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Keyboard')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Keyboard/TouchKeyboard.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Keyboard/TouchKeyboard.cs b/Software/Visual_Studio/Tango.Touch/Keyboard/TouchKeyboard.cs index d9133b191..ae6602e31 100644 --- a/Software/Visual_Studio/Tango.Touch/Keyboard/TouchKeyboard.cs +++ b/Software/Visual_Studio/Tango.Touch/Keyboard/TouchKeyboard.cs @@ -412,7 +412,7 @@ namespace Tango.Touch.Keyboard CurrentKeyboardDefinition = KeyboardDefinition.Default; KeyboardDefinitions.Add(CurrentKeyboardDefinition); - KeyboardDefinitions.Add(KeyboardDefinition.CreateDefaultHebrewAlphaNumeric()); + //KeyboardDefinitions.Add(KeyboardDefinition.CreateDefaultHebrewAlphaNumeric()); SetKeySize(); |
