Fix cursor hotpoints
This commit is contained in:
parent
3d93bb01e1
commit
06144824d1
|
@ -162,7 +162,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
|
||||||
nullptr,
|
nullptr,
|
||||||
cursor_add_xpm,
|
cursor_add_xpm,
|
||||||
{ 32, 32 },
|
{ 32, 32 },
|
||||||
{ 7, 10 },
|
{ 7, 7 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
KICURSOR::SUBTRACT,
|
KICURSOR::SUBTRACT,
|
||||||
|
@ -170,7 +170,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
|
||||||
nullptr,
|
nullptr,
|
||||||
cursor_subtract_xpm,
|
cursor_subtract_xpm,
|
||||||
{ 32, 32 },
|
{ 32, 32 },
|
||||||
{ 7, 10 },
|
{ 7, 7 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
KICURSOR::XOR,
|
KICURSOR::XOR,
|
||||||
|
@ -178,7 +178,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
|
||||||
nullptr,
|
nullptr,
|
||||||
cursor_xor_xpm,
|
cursor_xor_xpm,
|
||||||
{ 32, 32 },
|
{ 32, 32 },
|
||||||
{ 7, 10 },
|
{ 7, 7 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
KICURSOR::ZOOM_IN,
|
KICURSOR::ZOOM_IN,
|
||||||
|
|
Loading…
Reference in New Issue