Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75a35e0

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/_backend_tk.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/_backend_tk.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.