Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tusooa Zhu
Krita
Commits
d7898db5
Commit
d7898db5
authored
Sep 24, 2013
by
Halla Rempt
Browse files
Remove some debug stuff
parent
a7ae1c66
Changes
1
Show whitespace changes
Inline
Side-by-side
krita/ui/tool/kis_tool.cc
View file @
d7898db5
...
...
@@ -723,31 +723,24 @@ void KisTool::resetCursorStyle()
switch
(
cfg
.
cursorStyle
())
{
case
CURSOR_STYLE_TOOLICON
:
qDebug
()
<<
"toolicon"
;
useCursor
(
d
->
cursor
);
break
;
case
CURSOR_STYLE_CROSSHAIR
:
qDebug
()
<<
"crosshair"
;
useCursor
(
KisCursor
::
crossCursor
());
break
;
case
CURSOR_STYLE_POINTER
:
qDebug
()
<<
"pointer"
;
useCursor
(
KisCursor
::
arrowCursor
());
break
;
case
CURSOR_STYLE_NO_CURSOR
:
qDebug
()
<<
"blank"
;
useCursor
(
KisCursor
::
blankCursor
());
break
;
case
CURSOR_STYLE_SMALL_ROUND
:
case
CURSOR_STYLE_OUTLINE_CENTER_DOT
:
qDebug
()
<<
"round"
;
useCursor
(
KisCursor
::
roundCursor
());
break
;
case
CURSOR_STYLE_OUTLINE
:
qDebug
()
<<
"outline"
;
break
;
default:
qDebug
()
<<
"Default"
;
// use tool cursor as default, if the tool supports outline, it will set the cursor to blank and show outline
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment