Fixed bug #795945 "Text colour appearing in shadow"

This commit is contained in:
Simon Scudder 2011-06-11 12:18:58 -03:00
parent 02a0a72b7d
commit 335e276d6d

View File

@ -261,7 +261,7 @@ sup {
clearTimeout(timer); clearTimeout(timer);
text_fade('lyricsmain', newtext); text_fade('lyricsmain', newtext);
text_fade('lyricsoutline', newtext); text_fade('lyricsoutline', newtext);
text_fade('lyricsshadow', newtext); text_fade('lyricsshadow', newtext.replace(/-webkit-text-fill-color:[^;\"]+/gi, ""));
if(text_opacity()==1) return; if(text_opacity()==1) return;
timer = setTimeout(function(){ timer = setTimeout(function(){
show_text(newtext); show_text(newtext);