summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 20731a553..97aeb1877 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -889,6 +889,7 @@ sp_item_adjust_stroke (SPItem *item, gdouble ex)
if (style && style->stroke.type != SP_PAINT_TYPE_NONE && !NR_DF_TEST_CLOSE (ex, 1.0, NR_EPSILON)) {
style->stroke_width.computed *= ex;
+ style->stroke_width.set = TRUE;
if (style->stroke_dash.n_dash != 0) {
int i;