From 7a5041536d8dee471378337b72efde516b0a8288 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Mon, 27 Aug 2012 21:00:09 +0100 Subject: [PATCH] Fix comment --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index e6862a574..c71752944 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -247,7 +247,7 @@ class MainDisplay(Display): # For unknown reasons if evaluateJavaScript is called # from the themewizard, then it causes a crash on # Windows if there are many items in the service to re-render. - # Calling it via a signal seems to workaround the problem. + # Setting the div elements direct seems to solve the issue self.frame.findFirstElement("#lyricsmain").setInnerXml(slide) self.frame.findFirstElement("#lyricsoutline").setInnerXml(slide) self.frame.findFirstElement("#lyricsshadow").setInnerXml(slide)