forked from openlp/openlp
clear timer on quick slide changes
This commit is contained in:
parent
9bb6d699c7
commit
ddd644d874
@ -131,6 +131,8 @@ sup {
|
|||||||
function show_text(newtext){
|
function show_text(newtext){
|
||||||
var fade_direction = 0;
|
var fade_direction = 0;
|
||||||
var match = /-webkit-text-fill-color:[^;\"]+/gi;
|
var match = /-webkit-text-fill-color:[^;\"]+/gi;
|
||||||
|
if (timer != null)
|
||||||
|
clearInterval(timer);
|
||||||
/*
|
/*
|
||||||
QtWebkit bug with outlines and justify causing outline alignment
|
QtWebkit bug with outlines and justify causing outline alignment
|
||||||
problems. (Bug 859950) Surround each word with a <span> to workaround,
|
problems. (Bug 859950) Surround each word with a <span> to workaround,
|
||||||
|
Loading…
Reference in New Issue
Block a user