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 b51a227 commit c2fd2e0Copy full SHA for c2fd2e0
lib/matplotlib/backends/_backend_tk.py
@@ -29,7 +29,7 @@
29
cursors.MOVE: "fleur",
30
cursors.HAND: "hand2",
31
cursors.POINTER: "arrow",
32
- cursors.SELECT_REGION: "tcross",
+ cursors.SELECT_REGION: "crosshair",
33
cursors.WAIT: "watch",
34
cursors.RESIZE_HORIZONTAL: "sb_h_double_arrow",
35
cursors.RESIZE_VERTICAL: "sb_v_double_arrow",
0 commit comments