diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-04 02:29:17 +0200 |
---|---|---|
committer | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-05 01:35:42 +0200 |
commit | 45d11733e80707f1783a7ef54706249b2267c714 (patch) | |
tree | 334761ae9afd77273a23746df4e6986420cda795 /indra/newview/llfloaterimsessiontab.cpp | |
parent | 13f1273c1d0cd7af382b282bd54da2b7efcc70b3 (diff) |
SL-20348 Focus should be in the chat bar when the Conversations floater is opened
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index af4e7f5aff..0b0dce29fb 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -986,6 +986,8 @@ void LLFloaterIMSessionTab::onOpen(const LLSD& key) } mInputButtonPanel->setVisible(isTornOff()); + + setFocus(TRUE); } |