diff options
Diffstat (limited to 'linden/indra/newview/llviewerkeyboard.cpp')
-rw-r--r-- | linden/indra/newview/llviewerkeyboard.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/newview/llviewerkeyboard.cpp b/linden/indra/newview/llviewerkeyboard.cpp index bca447f..6fe1052 100644 --- a/linden/indra/newview/llviewerkeyboard.cpp +++ b/linden/indra/newview/llviewerkeyboard.cpp | |||
@@ -473,11 +473,8 @@ void stop_moving( EKeystate s ) | |||
473 | 473 | ||
474 | void start_chat( EKeystate s ) | 474 | void start_chat( EKeystate s ) |
475 | { | 475 | { |
476 | if (!gChatBar->inputEditorHasFocus()) | 476 | // start chat |
477 | { | 477 | gChatBar->startChat(NULL); |
478 | // start chat | ||
479 | gChatBar->startChat(NULL); | ||
480 | } | ||
481 | } | 478 | } |
482 | 479 | ||
483 | void bind_keyboard_functions() | 480 | void bind_keyboard_functions() |