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
a5cc6a1f
Commit
a5cc6a1f
authored
Dec 18, 2013
by
Sven Langkamp
Browse files
fix problem with saving thickness in hatching brush after an old preset was loaded and then saved
BUG:328970
parent
a347da44
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/plugins/paintops/hatching/kis_hatching_paintop_settings.cpp
View file @
a5cc6a1f
...
...
@@ -92,5 +92,6 @@ void KisHatchingPaintOpSettings::fromXML(const QDomElement& elt)
if
(
!
getProperty
(
HATCHING_VERSION
,
v
)
||
v
==
"1"
)
{
setProperty
(
"Hatching/thickness"
,
2.0
*
getDouble
(
"Hatching/thickness"
));
}
}
setProperty
(
HATCHING_VERSION
,
"2"
);
// make sure it's saved as version 2 next time
}
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