From 293760af9d42fd1cbe29e03de50281d1afa13c76 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 23 Oct 2020 12:31:28 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Windows=20resize=20wrong=20curso?= =?UTF-8?q?r=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- config.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0102dd4..afc6c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config.py b/config.py index f4b1484..513c0cc 100644 --- a/config.py +++ b/config.py @@ -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",