Skip to content

Commit faaae2a

Browse files
committed
Fix issue with unhandled Done exception
1 parent c57c878 commit faaae2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def set_cursor(self, cursor):
749749
cursors.RESIZE_VERTICAL: wx.CURSOR_SIZENS,
750750
}, cursor=cursor))
751751
self.SetCursor(cursor)
752-
self.Update()
752+
self.Refresh()
753753

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

0 commit comments

Comments
 (0)