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 d5f3e26

Browse filesBrowse files
authored
Merge pull request #16907 from anntzer/qak
Fix typo in implementation of quit_all_keys.
2 parents b31d64c + 93a160f commit d5f3e26
Copy full SHA for d5f3e26

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backend_bases.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ def key_press_handler(event, canvas, toolbar=None):
23332333
zoom_keys = rcParams['keymap.zoom']
23342334
save_keys = rcParams['keymap.save']
23352335
quit_keys = rcParams['keymap.quit']
2336-
quit_all_keys = rcParams['keymap.quit']
2336+
quit_all_keys = rcParams['keymap.quit_all']
23372337
grid_keys = rcParams['keymap.grid']
23382338
grid_minor_keys = rcParams['keymap.grid_minor']
23392339
toggle_yscale_keys = rcParams['keymap.yscale']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.