forked from openlp/openlp
Fix up display layers
This commit is contained in:
parent
e3e6c82eac
commit
ecbef6a00b
@ -411,9 +411,9 @@ class MainDisplay(DisplayWidget):
|
|||||||
The path to the image to be displayed
|
The path to the image to be displayed
|
||||||
"""
|
"""
|
||||||
log.debug(u'adddisplayVideo')
|
log.debug(u'adddisplayVideo')
|
||||||
|
self.displayImage(self.transparent)
|
||||||
self.videoDisplay.setHtml(HTMLVIDEO %
|
self.videoDisplay.setHtml(HTMLVIDEO %
|
||||||
(path, self.screen[u'size'].width(), self.screen[u'size'].height()))
|
(path, self.screen[u'size'].width(), self.screen[u'size'].height()))
|
||||||
self.displayImage(self.transparent)
|
|
||||||
|
|
||||||
def frameView(self, frame, transition=False):
|
def frameView(self, frame, transition=False):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user