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)
|
||||
else:
|
||||
self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
|
||||
if not self.isVisible() and self.screens.display:
|
||||
self.setVisible(True)
|
||||
|
||||
class VideoDisplay(Phonon.VideoWidget):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user