forked from openlp/openlp
Hopefully a fix for bug #609442
This commit is contained in:
parent
c1ddaa2dd1
commit
5c6f7da055
@ -455,8 +455,6 @@ class MainDisplay(DisplayWidget):
|
|||||||
self.displayText.setPixmap(frame)
|
self.displayText.setPixmap(frame)
|
||||||
else:
|
else:
|
||||||
self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
|
self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
|
||||||
if not self.isVisible() and self.screens.display:
|
|
||||||
self.setVisible(True)
|
|
||||||
|
|
||||||
class VideoDisplay(Phonon.VideoWidget):
|
class VideoDisplay(Phonon.VideoWidget):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user