Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4932e2b

Browse filesBrowse 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
Copy full SHA for 4932e2b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.