summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-10-04 02:29:17 +0200
committerAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-10-05 01:35:42 +0200
commit45d11733e80707f1783a7ef54706249b2267c714 (patch)
tree334761ae9afd77273a23746df4e6986420cda795 /indra/newview/llfloaterimcontainer.cpp
parent13f1273c1d0cd7af382b282bd54da2b7efcc70b3 (diff)
SL-20348 Focus should be in the chat bar when the Conversations floater is opened
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp
index 2720b7fcf7..011ad67011 100644
--- a/indra/newview/llfloaterimcontainer.cpp
+++ b/indra/newview/llfloaterimcontainer.cpp
@@ -289,6 +289,9 @@ void LLFloaterIMContainer::onOpen(const LLSD& key)
LLMultiFloater::onOpen(key);
reSelectConversation();
assignResizeLimits();
+
+ LLFloaterIMSessionTab* session_floater = LLFloaterIMSessionTab::getConversation(mSelectedSession);
+ session_floater->onOpen(key);
}
// virtual