diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-03-21 16:10:43 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-03-21 16:10:43 +0200 |
commit | 4e2f5cda29c39ef041f773a4b897f3cfb0332f77 (patch) | |
tree | d6ac11974b32727eeccfc8a68e975f29ffd61981 /indra/newview/llfloaterprofile.cpp | |
parent | eddd952cdeaaabf1b2ab91e9b62aec553621ff82 (diff) |
SL-10727 FIXED Profile windows are not using last set size
Diffstat (limited to 'indra/newview/llfloaterprofile.cpp')
-rw-r--r-- | indra/newview/llfloaterprofile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterprofile.cpp b/indra/newview/llfloaterprofile.cpp index 6b8f881b08..1bf5826c29 100644 --- a/indra/newview/llfloaterprofile.cpp +++ b/indra/newview/llfloaterprofile.cpp @@ -39,6 +39,7 @@ LLFloaterProfile::LLFloaterProfile(const LLSD& key) mAvatarId(key["id"].asUUID()), mNameCallbackConnection() { + mDefaultRectForGroup = false; } LLFloaterProfile::~LLFloaterProfile() |