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

Skip to content

Commit a8afd27

Browse files
authored
Merge pull request #22575 from meeseeksmachine/auto-backport-of-pr-22572-on-v3.5.x
Backport PR #22572 on branch v3.5.x (Fix issue with unhandled Done exception)
2 parents 3b780fa + 2f3e26f commit a8afd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def set_cursor(self, cursor):
750750
cursors.RESIZE_VERTICAL: wx.CURSOR_SIZENS,
751751
}, cursor=cursor))
752752
self.SetCursor(cursor)
753-
self.Update()
753+
self.Refresh()
754754

755755
def _set_capture(self, capture=True):
756756
"""Control wx mouse capture."""

0 commit comments

Comments
 (0)