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