1
0
Fork 0

(svn r15905) -Fix (r15424): chat completion got called twice causing tab completion to seemingly fail

release/1.0
rubidium 2009-03-31 00:57:21 +00:00
parent 26f08b2a36
commit d3fa15e620
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ public:
EventState state = ES_NOT_HANDLED;
if (keycode == WKC_TAB) {
ChatTabCompletion();
state = ES_HANDLED;
} else {
_chat_tab_completion_active = false;
switch (this->HandleEditBoxKey(NWCW_TEXTBOX, key, keycode, state)) {