🔧 Windows resize wrong cursor fix

This commit is contained in:
ful1e5 2020-10-23 12:31:28 +05:30
parent 7d489e0419
commit 293760af9d
2 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- remove **Quick Install** using scripts
- remove **Quick Install** using scripts.
- Windows **wrong resize** cursor fix.
## [1.0.4] - 25 Sept 2020

View file

@ -30,9 +30,9 @@ windows_cursors = {
"xterm.cur": "IBeam.cur",
"circle.cur": "NO.cur",
"all-scroll.cur": "SizeAll.cur",
"bd_double_arrow.cur": "SizeNESW.cur",
"bd_double_arrow.cur": "SizeNWSE.cur",
"sb_v_double_arrow.cur": "SizeNS.cur",
"fd_double_arrow.cur": "SizeNWSE.cur",
"fd_double_arrow.cur": "SizeNESW.cur",
"sb_h_double_arrow.cur": "SizeWE.cur",
"sb_up_arrow.cur": "UpArrow.cur",
"wait.ani": "Wait.ani",