openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #12625
[Merge] lp:~googol/openlp/bug-871441 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/bug-871441 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #871441 in OpenLP: "Live Preview image is not updated when you "Replace live background""
https://bugs.launchpad.net/openlp/+bug/871441
For more details, see:
https://code.launchpad.net/~googol/openlp/bug-871441/+merge/80777
- corrected comment
--
https://code.launchpad.net/~googol/openlp/bug-871441/+merge/80777
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-871441 into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py 2011-10-29 19:13:11 +0000
+++ openlp/core/ui/maindisplay.py 2011-10-31 07:11:25 +0000
@@ -51,7 +51,7 @@
def __init__(self, parent, imageManager, live):
if live:
QtGui.QGraphicsView.__init__(self)
- # Do not overwrite the parent() method.
+ # Overwrite the parent() method.
self.parent = lambda: parent
else:
QtGui.QGraphicsView.__init__(self, parent)
Follow ups