MAINT-8181 Save conversation panel width between sessions

master
maxim_productengine 2018-02-28 12:44:51 +02:00
parent d9064d3a4e
commit 9ff12db91c
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}