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-enginemaster
parent
bbe2daad55
commit
e88b6d9c7a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue