diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 12:24:31 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 12:24:31 +0000 |
| commit | 3e8b1006fbfcc43ecd9765369eb454bef26460fc (patch) | |
| tree | 0eef774227e9627f9b3523a0ef79333d2a33ec8d /indra/newview/llscriptfloater.cpp | |
| parent | d1d195ba904490c19faf2078560f49c3a6b16a18 (diff) | |
| parent | 9c8a8f388ab24c404f19602e156a76ad1a03b841 (diff) | |
PE merge.
Diffstat (limited to 'indra/newview/llscriptfloater.cpp')
| -rw-r--r-- | indra/newview/llscriptfloater.cpp | 2 |
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) |
