summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-03-28 15:28:12 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-03-28 15:28:12 +0000
commit453fa4505b7fc3bfb72bb7116fa563d47a8377ed (patch)
tree537f57f7d62de8bd19e4dcf79c8db1c0e9951d28 /src/object/sp-shape.cpp
parentMerge branch 'appstream-fixes' of gitlab.com:Pointedstick/inkscape (diff)
parentFix bug: 1738504 (diff)
downloadinkscape-453fa4505b7fc3bfb72bb7116fa563d47a8377ed.tar.gz
inkscape-453fa4505b7fc3bfb72bb7116fa563d47a8377ed.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/object/sp-shape.cpp')
-rw-r--r--src/object/sp-shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp
index 0687ef1fa..4af596d1e 100644
--- a/src/object/sp-shape.cpp
+++ b/src/object/sp-shape.cpp
@@ -764,9 +764,9 @@ void SPShape::update_patheffect(bool write)
} else {
repr->setAttribute("d", NULL);
}
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
c_lpe->unref();
+ this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
}