From 2b9bc517ae1a2ac716c63b2eb97a1a987e192b47 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Tue, 27 Jul 2010 17:14:11 +0100 Subject: [PATCH] Removal of comment --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index a8156aeec..3a0ef05c1 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -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):