From ecbef6a00b2e2e767dc7de915985c3bcab09be86 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 2 Jul 2010 17:54:08 +0100 Subject: [PATCH] Fix up display layers --- 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 d6819cb1c..aaef47612 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -411,9 +411,9 @@ class MainDisplay(DisplayWidget): The path to the image to be displayed """ log.debug(u'adddisplayVideo') + self.displayImage(self.transparent) self.videoDisplay.setHtml(HTMLVIDEO % (path, self.screen[u'size'].width(), self.screen[u'size'].height())) - self.displayImage(self.transparent) def frameView(self, frame, transition=False): """