- try this if its better for special chars

This commit is contained in:
SoftCoder 2015-11-09 15:25:12 -08:00
parent 8c6050ec6f
commit 93e1d9adcd
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ bool ChatManager::textInput(std::string inputText) {
// this->text +=textToAdd;
WString addText(textToAdd);
appendText(addText.cw_str(), false, false);
appendText(addText.cw_str(), true, true);
updateAutoCompleteBuffer();
return true;