Removal of comment

This commit is contained in:
Philip Ridout 2010-07-27 17:14:11 +01:00
parent 4344751198
commit 2b9bc517ae
1 changed files with 1 additions and 1 deletions

View File

@ -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):