summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-02-23 14:07:31 -0800
committerRichard Linden <none@none>2010-02-23 14:07:31 -0800
commit3ce1d98046289f416b95b6c63b8e2560527358f0 (patch)
tree52b16919a89388ba25e25c3d57aa4a9af3643080 /indra
parent706612bdc0eb5e7ad98b28c0b36d8daa949615cc (diff)
EXT-5451 - HUD attachment points offset, when extending the right UI panel
reviewed by Callum
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvoavatarself.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 00998b300a..4347dec805 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -211,6 +211,8 @@ BOOL LLVOAvatarSelf::buildSkeletonSelf(const LLVOAvatarSkeletonInfo *info)
LLVector3 scale(1.f, aspect, 1.f);
mScreenp->setScale(scale);
mScreenp->setWorldPosition(LLVector3::zero);
+ // need to update screen agressively when sidebar opens/closes, for example
+ mScreenp->mUpdateXform = TRUE;
return TRUE;
}