We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5689 commit 3a4d099Copy full SHA for 3a4d099
lib/matplotlib/widgets.py
@@ -4000,9 +4000,8 @@ def onmove(self, event):
4000
# needs to process the move callback even if there is no button press.
4001
# _SelectorWidget.onmove include logic to ignore move event if
4002
# _eventpress is None.
4003
-
4004
- # Hide the cursor when interactive zoom/pan is active
4005
if self.ignore(event):
+ # Hide the cursor when interactive zoom/pan is active
4006
if not self.canvas.widgetlock.available(self) and self._xys:
4007
self._xys[-1] = (np.nan, np.nan)
4008
self._draw_polygon()
0 commit comments