8000 Merge pull request #10199 from matplotlib/auto-backport-of-pr-10192 · matplotlib/matplotlib@2f758bb · GitHub
[go: up one dir, main page]

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)
0