diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-02-28 12:44:51 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-02-28 12:44:51 +0200 |
commit | 9ff12db91c3ddc0677fe66f0e6f91895e7cf8065 (patch) | |
tree | b458c5c2941a13adcccecb6bd271c9c3f1802236 /indra | |
parent | d9064d3a4e83a44c518851643993b0b79ac33e13 (diff) |
MAINT-8181 Save conversation panel width between sessions
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 1 |
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); } |