corrected comment

bzr-revno: 1791
This commit is contained in:
Andreas Preikschat 2011-10-31 22:38:01 +01:00
commit 6af0e4057e

View File

@ -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)