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
Office
Calligra
Commits
dc97f77a
Commit
dc97f77a
authored
Apr 06, 2012
by
Halla Rempt
Browse files
Anti-alias the curves by default
Because it looks prettier :-) CCBUG:297595
parent
e92cd56e
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/ui/kis_config.cc
View file @
dc97f77a
...
...
@@ -541,7 +541,7 @@ void KisConfig::setCheckersColor(const QColor & v)
bool
KisConfig
::
antialiasCurves
()
{
return
m_cfg
.
readEntry
(
"antialiascurves"
,
fals
e
);
return
m_cfg
.
readEntry
(
"antialiascurves"
,
tru
e
);
}
void
KisConfig
::
setAntialiasCurves
(
bool
v
)
...
...
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