We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846b8ea commit d34d0fdCopy full SHA for d34d0fd
doc/api/next_api_changes/behavior/18172-IHI.rst
@@ -0,0 +1,6 @@
1
+webAgg backend no longer reports a middle click as a right click
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+Previously when using the webAgg backend the event passed to a callback
5
+by `fig.canvas.mpl_connect('mouse_button_event', callback)` on a middle click
6
+would report `MouseButton.RIGHT` instead of `MouseButton.MIDDLE`
0 commit comments