Fix comment

This commit is contained in:
Jonathan Corwin 2012-08-27 21:00:09 +01:00
parent eade26690d
commit 7a5041536d
1 changed files with 1 additions and 1 deletions

View File

@ -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)