Skip to content

Commit

Permalink
[Widget/Text] Dont validate the input when clicking outside of the wi…
Browse files Browse the repository at this point in the history
…dget
  • Loading branch information
Nodraak authored and fariza committed Aug 28, 2016
1 parent 76dc565 commit 2793d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/widgets.py
Expand Up @@ -865,6 +865,7 @@ def _click(self, event):
if self.ignore(event):
return
if event.inaxes != self.ax:
self.capturekeystrokes = False
self.stop_typing()
return
if not self.eventson:
Expand Down

0 comments on commit 2793d3a

Please sign in to comment.