MNT: Call close() up the inheritance chain
This commit is contained in:
parent
0ac914fae7
commit
1a22ce3c04
@ -165,6 +165,7 @@ class GraphicsView(QtGui.QGraphicsView):
|
||||
self.sceneObj = None
|
||||
self.closed = True
|
||||
self.setViewport(None)
|
||||
super(GraphicsView, self).close()
|
||||
|
||||
def useOpenGL(self, b=True):
|
||||
if b:
|
||||
|
@ -69,7 +69,7 @@ class PlotWidget(GraphicsView):
|
||||
#self.scene().clear()
|
||||
#self.mPlotItem.close()
|
||||
self.setParent(None)
|
||||
GraphicsView.close(self)
|
||||
super(PlotWidget, self).close()
|
||||
|
||||
def __getattr__(self, attr): ## implicitly wrap methods from plotItem
|
||||
if hasattr(self.plotItem, attr):
|
||||
|
Loading…
x
Reference in New Issue
Block a user