diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-23 10:49:56 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-23 10:49:56 +0000 |
commit | 0cd1b3f776a25c8c99dc4256348b118e93c9cd2a (patch) | |
tree | 97f0c51f91cefd87549f05b9d164908854ba385c /indra/newview/llimfloater.cpp | |
parent | 37291bea8d9b5a626b449d984856e280e159ac5c (diff) | |
parent | b9ed40255857fba7c58ae054796f308871c5e6d9 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 9c0e7a158d..098e540678 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -442,7 +442,7 @@ LLIMFloater* LLIMFloater::show(const LLUUID& session_id) void LLIMFloater::getAllowedRect(LLRect& rect) { - rect = gViewerWindow->getWorldViewRectRaw(); + rect = gViewerWindow->getWorldViewRectScaled(); static S32 right_padding = 0; if (right_padding == 0) { |