diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-11-27 17:20:45 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-11-27 17:20:45 +0200 |
commit | 5a1f4ac1a71b8d604cbef5f9f42823b494f04a03 (patch) | |
tree | e7c485454434ddc07965a69f4be7f69405d85577 /indra/newview/lltexturectrl.cpp | |
parent | 3ccb8d6a561c692da7a0001467c3192dd298c1fd (diff) |
MAINT-3205 FIXED Normal map thumbnail icon lacks "Multiple" text when last-selected face lacks a normal map
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rwxr-xr-x | indra/newview/lltexturectrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index fec2fe8c04..374c18b30d 100755 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -1511,8 +1511,8 @@ void LLTextureCtrl::draw() gl_draw_x( interior, LLColor4::black ); } - mTentativeLabel->setVisible( !mTexturep.isNull() && getTentative() ); - + mTentativeLabel->setVisible( getTentative() ); + // Show "Loading..." string on the top left corner while this texture is loading. // Using the discard level, do not show the string if the texture is almost but not // fully loaded. |