forked from openlp/openlp
Fixed bug #795945 "Text colour appearing in shadow" now within 80 columns
This commit is contained in:
parent
335e276d6d
commit
0b2f446856
@ -261,7 +261,8 @@ sup {
|
||||
clearTimeout(timer);
|
||||
text_fade('lyricsmain', newtext);
|
||||
text_fade('lyricsoutline', newtext);
|
||||
text_fade('lyricsshadow', newtext.replace(/-webkit-text-fill-color:[^;\"]+/gi, ""));
|
||||
cleantext = newtext.replace(/-webkit-text-fill-color:[^;\"]+/gi, "");
|
||||
text_fade('lyricsshadow', cleantext);
|
||||
if(text_opacity()==1) return;
|
||||
timer = setTimeout(function(){
|
||||
show_text(newtext);
|
||||
|
Loading…
Reference in New Issue
Block a user