summaryrefslogtreecommitdiffstats
path: root/src/object/sp-hatch-path.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-10-05 13:31:33 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-10-05 13:31:33 +0000
commitf5651cf5d63c5eb3bfc0710f2ff399e3627a963c (patch)
treea1ddf72d6393596ce0d1f0d5dfdf87dc6b0e72a0 /src/object/sp-hatch-path.cpp
parentCI/AppVeyor: Try to avoid some redundant builds (diff)
downloadinkscape-f5651cf5d63c5eb3bfc0710f2ff399e3627a963c.tar.gz
inkscape-f5651cf5d63c5eb3bfc0710f2ff399e3627a963c.zip
fix 1795942 "object to path" uses outdated state
Diffstat (limited to 'src/object/sp-hatch-path.cpp')
-rw-r--r--src/object/sp-hatch-path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-hatch-path.cpp b/src/object/sp-hatch-path.cpp
index 8da149f75..60f186212 100644
--- a/src/object/sp-hatch-path.cpp
+++ b/src/object/sp-hatch-path.cpp
@@ -106,6 +106,7 @@ void SPHatchPath::set(unsigned int key, const gchar* value)
default:
if (SP_ATTRIBUTE_IS_CSS(key)) {
+ style->clear(key);
requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
} else {
SPObject::set(key, value);