Bugfix: "QGraphicsScene is not defined"

This commit is contained in:
Luke Campagnola 2013-02-10 13:56:42 -05:00
parent 3a27997014
commit 175aef2b75

View File

@ -117,7 +117,7 @@ class GraphicsScene(QtGui.QGraphicsScene):
def render(self, *args):
self.prepareForPaint()
return QGraphicsScene.render(self, *args)
return QtGui.QGraphicsScene.render(self, *args)
def prepareForPaint(self):
"""Called before every render. This method will inform items that the scene is about to