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
fabf02e2
Commit
fabf02e2
authored
Dec 18, 2013
by
Sven Langkamp
Committed by
Halla Rempt
Dec 18, 2013
Browse files
fix problem with saving thickness in hatching brush after an old preset was loaded and then saved
BUG:328970
parent
cd7d1273
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/plugins/paintops/hatching/kis_hatching_paintop_settings.cpp
View file @
fabf02e2
...
...
@@ -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