Skip to content
Snippets Groups Projects
Commit 451595dc authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7095 Fixed Detached and reduced nearby chat floater does not maintain...

MAINT-7095 Fixed Detached and reduced nearby chat floater does not maintain its position through viewer restart.
parent e138ca5e
Branches
Tags
No related merge requests found
...@@ -304,6 +304,13 @@ void LLFloaterIMNearbyChat::onClose(bool app_quitting) ...@@ -304,6 +304,13 @@ void LLFloaterIMNearbyChat::onClose(bool app_quitting)
{ {
// Override LLFloaterIMSessionTab::onClose() so that Nearby Chat is not removed from the conversation floater // Override LLFloaterIMSessionTab::onClose() so that Nearby Chat is not removed from the conversation floater
LLFloaterIMSessionTab::restoreFloater(); LLFloaterIMSessionTab::restoreFloater();
if (app_quitting)
{
// We are starting and closing floater in "expanded" state
// Update expanded (restored) rect and position for use in next session
forceReshape();
storeRectControl();
}
} }
// virtual // virtual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment