Flip the pencil cursor orientation

This commit is contained in:
Marek Roszko 2020-10-10 23:20:07 -04:00
parent 75dc388786
commit 3d93bb01e1
2 changed files with 32 additions and 32 deletions

View File

@ -1,38 +1,38 @@
/* XPM */ /* XPM */
static const char * cursor_pencil_xpm[] = { static const char * cursor_pencil_xpm[] = {
"32 32 3 1 4 4", "32 32 3 1",
" c None", " c None",
". c #FFFFFF", "! c black",
"+ c #000000", "# c white",
" ... ",
" .+. ",
" .+. ",
"....+.... ",
".+++ +++. ",
"....+.... ",
" .+. ",
" .+. ... ",
" ... .++... ",
" .+++++... ",
" .+++.+++.. ",
" .++.....++. ",
" .+........+. ",
" .+......+.+. ",
" .+....+++..+. ",
" .+...+...+..+. ",
" .+..+....+..+. ",
" .+.++.....+..+. ",
" .+..+.....+. +. ",
" .+..+.....+. ",
" .+..+... .+. ",
" .+..+. . . ",
" .+..+. . ",
" .+ .+. ",
" .+ . ",
" . ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" "}; " ",
" # ",
" #! # ",
" #! #!# ",
" #!##!# # ",
" #!##!# # # ",
" #!##!### #!# ",
" #!##!#####!# ",
" #!##!#####!# !# ",
" #!#!!#####!##!# ",
" #!##!####!##!# ",
" #!###!###!##!# ",
" #!####!!!##!# ",
" #!######!#!# ",
" #!########!# ",
" #!!#####!!# ",
" #!!!#!!!## ",
" #!!!!!### ",
" ### #!!### ",
" #!# ### ",
" #!# ",
"####!#### ",
"#!!! !!!# ",
"####!#### ",
" #!# ",
" #!# ",
" ### "};

View File

@ -122,7 +122,7 @@ static const std::vector<CURSOR_STORE::CURSOR_DEF> standard_cursors = {
nullptr, nullptr,
cursor_pencil_xpm, cursor_pencil_xpm,
{ 32, 32 }, { 32, 32 },
{ 4, 4 }, { 4, 27 },
}, },
{ {
KICURSOR::MOVING, KICURSOR::MOVING,