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

Skip to content

Commit 4932e2b

Browse files
authored
Merge pull request #7585 from mikehenninger/textbox_typo_fix
Fix a bug in TextBox where shortcut keys were not being reenabled
2 parents 63e58b3 + 9313d26 commit 4932e2b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/widgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,6 @@ def _click(self, event):
879879
if self.ignore(event):
880880
return
881881
if event.inaxes != self.ax:
882-
self.capturekeystrokes = False
883882
self.stop_typing()
884883
return
885884
if not self.eventson:

0 commit comments

Comments
 (0)