summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-02-28 12:44:51 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-02-28 12:44:51 +0200
commit9ff12db91c3ddc0677fe66f0e6f91895e7cf8065 (patch)
treeb458c5c2941a13adcccecb6bd271c9c3f1802236 /indra
parentd9064d3a4e83a44c518851643993b0b79ac33e13 (diff)
MAINT-8181 Save conversation panel width between sessions
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp
index 333765f99f..3cfa1133df 100644
--- a/indra/newview/llfloaterimcontainer.cpp
+++ b/indra/newview/llfloaterimcontainer.cpp
@@ -2276,6 +2276,7 @@ BOOL LLFloaterIMContainer::isFrontmost()
// This is intentional so it doesn't confuse the user. onClickCloseBtn() closes the whole floater.
void LLFloaterIMContainer::onClickCloseBtn(bool app_quitting/* = false*/)
{
+ gSavedPerAccountSettings.setS32("ConversationsListPaneWidth", mConversationsPane->getRect().getWidth());
LLMultiFloater::closeFloater(app_quitting);
}