8000 Merge pull request #21144 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@87231d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87231d8

Browse files
authored
Merge pull request #21144 from meeseeksmachine/auto-backport-of-pr-21122-on-v3.5.x
Backport PR #21122 on branch v3.5.x (CTRL does not fix aspect in zoom-to-rect mode.)
2 parents c74f915 + deb1daf commit 87231d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,8 +2911,7 @@ class NavigationToolbar2:
29112911
'Left button pans, Right button zooms\n'
29122912
'x/y fixes axis, CTRL fixes aspect',
29132913
'move', 'pan'),
2914-
('Zoom', 'Zoom to rectangle\nx/y fixes axis, CTRL fixes aspect',
2915-
'zoom_to_rect', 'zoom'),
2914+
('Zoom', 'Zoom to rectangle\nx/y fixes axis', 'zoom_to_rect', 'zoom'),
29162915
('Subplots', 'Configure subplots', 'subplots', 'configure_subplots'),
29172916
(None, None, None, None),
29182917
('Save', 'Save the figure', 'filesave', 'save_figure'),

0 commit comments

Comments
 (0)
0