summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorAndrew Polunin <apolunin@productengine.com>2009-12-22 17:32:30 +0200
committerAndrew Polunin <apolunin@productengine.com>2009-12-22 17:32:30 +0200
commit754801f66942b0e9ec5ab4278dacb034fd23a0dd (patch)
tree0968f57f25259941e56f86bcf247cb8b6280331a /indra/newview/lltexturectrl.cpp
parentd4a8f4c6efd11b4cb3ccba320f18e8508668b915 (diff)
fixed minor bug EXT-3627 'Loading..' is shown over second life icon in view profile panel
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index 5f7c2f5080..25e5e23e6f 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -1237,6 +1237,7 @@ void LLTextureCtrl::draw()
// Using the discard level, do not show the string if the texture is almost but not
// fully loaded.
if ( mTexturep.notNull() &&
+ (!mTexturep->isFullyLoaded()) &&
(mShowLoadingPlaceholder == TRUE) &&
(mTexturep->getDiscardLevel() != 1) &&
(mTexturep->getDiscardLevel() != 0))