aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerkeyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerkeyboard.cpp')
-rw-r--r--linden/indra/newview/llviewerkeyboard.cpp7
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
474void start_chat( EKeystate s ) 474void 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
483void bind_keyboard_functions() 480void bind_keyboard_functions()