forked from openlp/openlp
spelling
This commit is contained in:
parent
cd91e4dcbf
commit
e93a59e83a
@ -65,7 +65,7 @@ class Display(QtGui.QGraphicsView):
|
|||||||
Constructor
|
Constructor
|
||||||
"""
|
"""
|
||||||
if live:
|
if live:
|
||||||
super(Display, sef).__init__()
|
super(Display, self).__init__()
|
||||||
# Overwrite the parent() method.
|
# Overwrite the parent() method.
|
||||||
self.parent = lambda: parent
|
self.parent = lambda: parent
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user