fixed EXT-5693 “llDialog window appears out of viewport if UI scale > 1.0”,

corrected calculation of allowed floater rect in docked state;

--HG--
branch : product-engine
master
Alexei Arabadji 2010-03-02 11:53:00 +02:00
parent bbe2daad55
commit e88b6d9c7a
1 changed files with 1 additions and 1 deletions

View File

@ -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)