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

Skip to content

Commit cc684c2

Browse files
authored
Merge pull request #10192 from DietmarSchwertberger/BACKENDWX_FIX_PAINT
FIX: remove evt.Skip() from EVT_PAINT handler
2 parents fa0a4da + b121c76 commit cc684c2

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
@@ -937,7 +937,6 @@ def _onPaint(self, evt):
937937
self.draw(drawDC=drawDC)
938938
else:
939939
self.gui_repaint(drawDC=drawDC)
940-
evt.Skip()
941940

942941
def _onSize(self, evt):
943942
"""

0 commit comments

Comments
 (0)