diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2009-10-14 20:37:03 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2009-10-14 20:37:03 +0000 |
| commit | b5ffeaff1ab53008a8f1ee72cd1f398bd1ff21c2 (patch) | |
| tree | e12431a5c6945b2ece16765bcdb04c241c4d9a96 /indra/newview/llnearbychatbar.cpp | |
| parent | 7475ec05fc81e358a6979f3e9d7050ab91511c57 (diff) | |
merge -r 2014-2032 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
* Bugs: EXT-1005 EXT-1488 EXT-320 EXT-1236 EXT-1236 EXT-1002 EXT-1030
* New Dev: EXT-1293 EXT-1416
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
| -rw-r--r-- | indra/newview/llnearbychatbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp index c2e1019f43..4f3bca50ff 100644 --- a/indra/newview/llnearbychatbar.cpp +++ b/indra/newview/llnearbychatbar.cpp @@ -192,7 +192,7 @@ BOOL LLNearbyChatBar::postBuild() mChatBox->setKeystrokeCallback(&onChatBoxKeystroke, this); mChatBox->setFocusLostCallback(boost::bind(&onChatBoxFocusLost, _1, this)); - mChatBox->setIgnoreArrowKeys(TRUE); + mChatBox->setIgnoreArrowKeys( FALSE ); mChatBox->setCommitOnFocusLost( FALSE ); mChatBox->setRevertOnEsc( FALSE ); mChatBox->setIgnoreTab(TRUE); |
