diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-11-09 17:04:21 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-11-09 17:04:21 +0200 |
commit | 3d42133ecb7671d8284bc0309f8df9e6e7f2df9c (patch) | |
tree | b2093d7b851761fb990777bee83b1328af14e50d /indra/newview/llfloaterimsessiontab.cpp | |
parent | 2813e49d198400a0f6416e01f720bdeb5f506144 (diff) |
CHUI-362 WIP (Torn off conversation name is highlighted when selected in conversation list with different conversation showing in message panel): implemented the stub panel and a control of it's visibility
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index c39319b373..3a1cc2880a 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -313,6 +313,7 @@ void LLFloaterIMSessionTab::onFocusReceived() if (container) { container->selectConversationPair(mSessionID, true); + container->showStub(! getHost()); } } |