From 5e4c434099f370449571bbfa05026556f92c9984 Mon Sep 17 00:00:00 2001 From: Denis Serdjuk Date: Fri, 19 Feb 2010 20:55:07 +0200 Subject: 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 --- indra/newview/skins/default/textures/textures.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins/default/textures') 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 + -- cgit v1.2.3