MAINT-8181 Save conversation panel width between sessions
parent
d9064d3a4e
commit
9ff12db91c
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue