forked from openlp/openlp
Removal of comment
This commit is contained in:
parent
4344751198
commit
2b9bc517ae
@ -455,7 +455,7 @@ class MainDisplay(DisplayWidget):
|
||||
self.displayText.setPixmap(frame)
|
||||
else:
|
||||
self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
|
||||
if not self.isVisible() and self.screens.current['primary']: # self.screens.display
|
||||
if not self.isVisible() and self.screens.current['primary']:
|
||||
self.setVisible(True)
|
||||
|
||||
class VideoDisplay(Phonon.VideoWidget):
|
||||
|
Loading…
Reference in New Issue
Block a user