summaryrefslogtreecommitdiff
path: root/indra/newview/llscriptfloater.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-03-03 13:52:14 +0800
committerangela <angela@lindenlab.com>2010-03-03 13:52:14 +0800
commit5777dfaae6268dffee83d7a457c024b1a89f81ff (patch)
tree063583a1f9f7441356814be5891e6a7bcc61b9d4 /indra/newview/llscriptfloater.cpp
parent70cc2d6974d034055e177a16c9fccc3b7b5e7c63 (diff)
parent3c443a9287f5827316f96a14316f53e3919c57ac (diff)
merge
Diffstat (limited to 'indra/newview/llscriptfloater.cpp')
-rw-r--r--indra/newview/llscriptfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscriptfloater.cpp b/indra/newview/llscriptfloater.cpp
index 32fd42aded..eb71cc52c8 100644
--- a/indra/newview/llscriptfloater.cpp
+++ b/indra/newview/llscriptfloater.cpp
@@ -135,7 +135,7 @@ void LLScriptFloater::setNotificationId(const LLUUID& id)
void LLScriptFloater::getAllowedRect(LLRect& rect)
{
- rect = gViewerWindow->getWorldViewRectRaw();
+ rect = gViewerWindow->getWorldViewRectScaled();
}
void LLScriptFloater::createForm(const LLUUID& notification_id)