diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2026-05-20 11:35:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 11:35:24 -0400 |
| commit | 491b0b32c74e2186dd34f9be8513bb08d390dfe2 (patch) | |
| tree | fdd37805842de5ba6f3db69c5699b727388ff50a /indra/newview/llfloaterimcontainer.cpp | |
| parent | cd2dd394b95361a6a274670c7b7ee8c6f2cf8979 (diff) | |
| parent | d53041d9ea1687febf2d9e7c38ac5d4be3c8eae0 (diff) | |
Merge pull request #5842 from secondlife/release/2026.03
Release/2026.03
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
| -rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index a0f2dbe197..e80133f93c 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1948,7 +1948,7 @@ bool LLFloaterIMContainer::removeConversationListItem(const LLUUID& uuid, bool c mConversationEventQueue.erase(uuid); // Don't let the focus fall IW, select and refocus on the first conversation in the list - if (change_focus && isInVisibleChain()) + if (change_focus && is_widget_selected && isInVisibleChain()) { setFocus(true); if (new_selection) |
