diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2010-02-19 20:55:07 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2010-02-19 20:55:07 +0200 |
commit | 5e4c434099f370449571bbfa05026556f92c9984 (patch) | |
tree | 807efebee0791e5581c0022c7e4e281fa2d90bc5 /indra/newview/skins/default/textures | |
parent | 26c44e755f5fbc911b8f0431c81668bb37236a78 (diff) |
fixed low bug EXT-5011 {Win7} Highlighted landmarks are showed on Favorites Bar if DnD couple of them on blank Favorites Bar
Cause:
Favbar buttons uses transparent.j2c texture for background.This texture was not preloaded during stating up. llbutton::draw() applies a glow effect which was described in ticked description.
Solution:
Definition of texture has been added into texture.xml
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/textures')
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 0065d824d2..f200566c0e 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -679,6 +679,7 @@ with the same filename but different name <texture name="silhouette.j2c" use_mips="true" /> <texture name="foot_shadow.j2c" use_mips="true" /> <texture name="cloud-particle.j2c" use_mips="true" /> + <texture name="transparent.j2c" use_mips="true" /> <!--WARNING OLD ART BELOW *do not use*--> <texture name="icn_chatbar.tga" /> |