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 d36c42c commit d92baadCopy full SHA for d92baad
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -944,7 +944,6 @@ def _onPaint(self, evt):
944
self.draw(drawDC=drawDC)
945
else:
946
self.gui_repaint(drawDC=drawDC)
947
- evt.Skip()
948
949
def _onEraseBackground(self, evt):
950
"""
0 commit comments