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.
2 parents de1e1f1 + a641d10 commit 6ecf781Copy full SHA for 6ecf781
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -938,6 +938,7 @@ def _onPaint(self, evt):
938
self.draw(drawDC=drawDC)
939
else:
940
self.gui_repaint(drawDC=drawDC)
941
+ drawDC.Destroy()
942
943
def _onSize(self, evt):
944
"""
0 commit comments