Revert recently introduced bug causing video background to be on top of lyrics. The crash this was supposed to fix is no longer present.

This commit is contained in:
Mattias Põldaru 2020-07-08 20:15:37 +00:00 committed by Tomas Groth
parent 4ffd7f5a6f
commit 65f7af0e9f

View File

@ -296,6 +296,7 @@ class DisplayWindow(QtWidgets.QWidget, RegistryProperties, LogMixin):
return self.__script_result
else:
self.webview.page().runJavaScript(script)
self.raise_()
def go_to_slide(self, verse):
"""