diff options
author | angela <angela@lindenlab.com> | 2010-02-28 20:55:58 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-02-28 20:55:58 +0800 |
commit | 1df1be10afd14fe80d491617e175f4586a78f71f (patch) | |
tree | 6e7a55591c2166ae732a7854f329e9bfd800546b /indra/newview/llimview.cpp | |
parent | 75e5441f2da7252749174db70719a78637bc4eeb (diff) | |
parent | b20307a683073c415804966ed5b363fb68879ee5 (diff) |
merge
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index faddffe0fc..e87399abab 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1473,6 +1473,8 @@ LLCallDialog::LLCallDialog(const LLSD& payload) mLifetime(DEFAULT_LIFETIME) { setAutoFocus(FALSE); + // force docked state since this floater doesn't save it between recreations + setDocked(true); } void LLCallDialog::getAllowedRect(LLRect& rect) |