From e88b6d9c7a5c17b88fb3e9efc95b540e6cefc12d Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Tue, 2 Mar 2010 11:53:00 +0200 Subject: =?UTF-8?q?fixed=20EXT-5693=20=E2=80=9CllDialog=20window=20appears?= =?UTF-8?q?=20out=20of=20viewport=20if=20UI=20scale=20>=201.0=E2=80=9D,=20?= =?UTF-8?q?corrected=20calculation=20of=20allowed=20floater=20rect=20in=20?= =?UTF-8?q?docked=20state;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : product-engine --- indra/newview/llscriptfloater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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) -- cgit v1.2.3