mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-29 06:25:19 -04:00
⚡ #39 Corner resize cursors are inverted fixed
This commit is contained in:
parent
df78bffca3
commit
2847d2eae3
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
|
||||
- Dynamic make install
|
||||
- #39 Corner resize cursors are inverted fixed
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -77,8 +77,8 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = {
|
|||
"right_ptr.png": {"to": "Alternate", "position": "top_left"},
|
||||
"cross.png": {"to": "Cross"},
|
||||
"left_ptr.png": {"to": "Default", "position": "top_left"},
|
||||
"bottom_left_corner.png": {"to": "Diagonal_1"},
|
||||
"bottom_right_corner.png": {"to": "Diagonal_2"},
|
||||
"bottom_right_corner.png": {"to": "Diagonal_1"},
|
||||
"bottom_left_corner.png": {"to": "Diagonal_2"},
|
||||
"pencil.png": {"to": "Handwriting"},
|
||||
"question_arrow.png": {"to": "Help", "position.png": "top_left"},
|
||||
"sb_h_double_arrow.png": {"to": "Horizontal"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue