From ddd644d874348ccfd9f6f3963da57ba924fadffe Mon Sep 17 00:00:00 2001 From: Oliver Wieland Date: Thu, 12 Sep 2013 20:57:15 +0200 Subject: [PATCH] clear timer on quick slide changes --- openlp/core/lib/htmlbuilder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 8cd716844..ccc0036ce 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -131,6 +131,8 @@ sup { function show_text(newtext){ var fade_direction = 0; var match = /-webkit-text-fill-color:[^;\"]+/gi; + if (timer != null) + clearInterval(timer); /* QtWebkit bug with outlines and justify causing outline alignment problems. (Bug 859950) Surround each word with a to workaround,