diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-04-22 09:33:28 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-04-22 09:33:28 +0300 |
| commit | 13887d7b53fec7e2d357fd377a6a1fbd0e875e65 (patch) | |
| tree | f400c960cc086a6615de95d155b5da19044e37b6 /Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs | |
| parent | 26ede873b194b0df70979b6f1b62e0c91ca19341 (diff) | |
| download | Tango-13887d7b53fec7e2d357fd377a6a1fbd0e875e65.tar.gz Tango-13887d7b53fec7e2d357fd377a6a1fbd0e875e65.zip | |
Working on PPC optimizations...
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs index a684cbf5a..4e1ced33b 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchAutoComplete.cs @@ -203,6 +203,10 @@ namespace Tango.Touch.Controls _textBox.CaretIndex = _textBox.Text.Length; } } + else if (_textBox != null) + { + _textBox.Text = null; + } if (_popup != null) { |
