Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4feb3 commit 0729489Copy full SHA for 0729489
lib/matplotlib/backends/backend_qt4.py
@@ -370,7 +370,7 @@ def idle_draw(*args):
370
class MainWindow(QtGui.QMainWindow):
371
def closeEvent(self, event):
372
self.emit(QtCore.SIGNAL('closing()'))
373
- QtGui.QMainWindow.closeEvent(self,event)
+ QtGui.QMainWindow.closeEvent(self, event)
374
375
class FigureManagerQT( FigureManagerBase ):
376
"""
0 commit comments