From 06144824d15cb69211abc5313c0e4b6b70e1682a Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 10 Oct 2020 23:26:19 -0400 Subject: [PATCH] Fix cursor hotpoints --- common/cursors.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cursors.cpp b/common/cursors.cpp index b40bfa1966..5d37de30b6 100644 --- a/common/cursors.cpp +++ b/common/cursors.cpp @@ -162,7 +162,7 @@ static const std::vector standard_cursors = { nullptr, cursor_add_xpm, { 32, 32 }, - { 7, 10 }, + { 7, 7 }, }, { KICURSOR::SUBTRACT, @@ -170,7 +170,7 @@ static const std::vector standard_cursors = { nullptr, cursor_subtract_xpm, { 32, 32 }, - { 7, 10 }, + { 7, 7 }, }, { KICURSOR::XOR, @@ -178,7 +178,7 @@ static const std::vector standard_cursors = { nullptr, cursor_xor_xpm, { 32, 32 }, - { 7, 10 }, + { 7, 7 }, }, { KICURSOR::ZOOM_IN,