diff options
Diffstat (limited to 'indra')
| -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)  | 
