8000 Merge pull request #25413 from daniilS/tk-crosshair · matplotlib/matplotlib@75a35e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a35e0

Browse files
authored
Merge pull request #25413 from daniilS/tk-crosshair
Make tk backend use native crosshair cursor
2 parents c9bd855 + c2fd2e0 commit 75a35e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
cursors.MOVE: "fleur",
3030
cursors.HAND: "hand2",
3131
cursors.POINTER: "arrow",
32-
cursors.SELECT_REGION: "tcross",
32+
cursors.SELECT_REGION: "crosshair",
3333
cursors.WAIT: "watch",
3434
cursors.RESIZE_HORIZONTAL: "sb_h_double_arrow",
3535
cursors.RESIZE_VERTICAL: "sb_v_double_arrow",

0 commit comments

Comments
 (0)
0