openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02730
[Merge] lp:~phill-ridout/openlp/fixes into lp:openlp
phill has proposed merging lp:~phill-ridout/openlp/fixes into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
#609442 Display desktop turns off when an item is changed in the live controller
https://bugs.launchpad.net/bugs/609442
Found and removed two lines, cant see any reason why those line are currently needed, but if you guys could make doubly sure. I've given it a good testing, and cant find any adverse affects!
--
https://code.launchpad.net/~phill-ridout/openlp/fixes/+merge/30852
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/fixes into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py 2010-07-19 07:54:22 +0000
+++ openlp/core/ui/maindisplay.py 2010-07-24 11:03:43 +0000
@@ -455,8 +455,6 @@
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):
"""
Follow ups