10000 Remove outdated note about middle click in nbAgg backend. · danuo/matplotlib@37317a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37317a3

Browse files
QuLogicdanuo
authored andcommitted
Remove outdated note about middle click in nbAgg backend.
This was fixed by matplotlib#18172.
1 parent 30c309c commit 37317a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,9 +1411,6 @@ class MouseEvent(LocationEvent):
14111411
----------
14121412
button : None or `MouseButton` or {'up', 'down'}
14131413
The button pressed. 'up' and 'down' are used for scroll events.
1414-
Note that in the nbagg backend, both the middle and right clicks
1415-
return RIGHT since right clicking will bring up the context menu in
1416-
some browsers.
14171414
Note that LEFT and RIGHT actually refer to the "primary" and
14181415
"secondary" buttons, i.e. if the user inverts their left and right
14191416
buttons ("left-handed setting") then the LEFT button will be the one

0 commit comments

Comments
 (0)
0