Browse Source

Fix cursor hotpoints

6.0.7
Marek Roszko 5 years ago
parent
commit
06144824d1
  1. 6
      common/cursors.cpp

6
common/cursors.cpp

@ -162,7 +162,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
nullptr,
cursor_add_xpm,
{ 32, 32 },
{ 7, 10 },
{ 7, 7 },
},
{
KICURSOR::SUBTRACT,
@ -170,7 +170,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
nullptr,
cursor_subtract_xpm,
{ 32, 32 },
{ 7, 10 },
{ 7, 7 },
},
{
KICURSOR::XOR,
@ -178,7 +178,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
nullptr,
cursor_xor_xpm,
{ 32, 32 },
{ 7, 10 },
{ 7, 7 },
},
{
KICURSOR::ZOOM_IN,

Loading…
Cancel
Save