summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index fbb76e971..5d181b80a 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -1299,7 +1299,7 @@ void SPItem::adjust_stroke( gdouble ex )
SPStyle *style = this->style;
- if (style && !style->stroke.isNone() && !Geom::are_near(ex, 1.0, Geom::EPSILON)) {
+ if (style && !Geom::are_near(ex, 1.0, Geom::EPSILON)) {
style->stroke_width.computed *= ex;
style->stroke_width.set = TRUE;