forked from openlp/openlp
Corrected comment
This commit is contained in:
parent
406ea9fe0a
commit
d1030a7c2d
@ -51,7 +51,7 @@ class MainDisplay(QtGui.QGraphicsView):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user