Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f758bb

Browse files
authored
Merge pull request #10199 from matplotlib/auto-backport-of-pr-10192
Backport PR #10192 on branch v2.1.x
2 parents d36c42c + d92baad commit 2f758bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_wx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ def _onPaint(self, evt):
944944
self.draw(drawDC=drawDC)
945945
else:
946946
self.gui_repaint(drawDC=drawDC)
947-
evt.Skip()
948947

949948
def _onEraseBackground(self, evt):
950949
"""

0 commit comments

Comments
 (0)