Skip to content
Snippets Groups Projects
Commit 2e12c9a5 authored by Yuri Chebotarev's avatar Yuri Chebotarev
Browse files

fix Normal Task EXT-239 Save chat window state and position between sessions

--HG--
branch : product-engine
parent e873695e
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ LLFloater* LLFloaterReg::getInstance(const std::string& name, const LLSD& key)
res->mKey = key;
res->setInstanceName(name);
res->applyRectControl(); // Can't apply rect control until setting instance name
res->applyDockState();//same...
if (res->mAutoTile && !res->getHost() && index > 0)
{
const LLRect& cur_rect = res->getRect();
......
......@@ -14,6 +14,7 @@
help_topic="nearby_chat"
save_rect="true"
title="Nearby Chat"
save_dock_state="true"
save_visibility="true"
single_instance="true"
width="320">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment