diff options
author | richard <none@none> | 2009-12-08 14:08:58 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-08 14:08:58 -0800 |
commit | 9aa12417cba81ee1dd0bdc63041abb98091a7a95 (patch) | |
tree | 22586cdb98633d489f78808b4dbd647115d0e3c3 /indra/newview | |
parent | 00b9219367281eeec1060d4b749ddc64cb5ab343 (diff) |
ext-3087 - avatar icon is truncated badly
reviewed by James
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 5be7f2945f..e066546bd8 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -1454,6 +1454,8 @@ void LLUIImageList::onUIImageLoaded( BOOL success, LLViewerFetchedTexture *src_v llclamp((F32)scale_rect.mRight / (F32)imagep->getWidth(), 0.f, 1.f), llclamp((F32)scale_rect.mBottom / (F32)imagep->getHeight(), 0.f, 1.f))); } + + imagep->onImageLoaded(); } } } |