diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-09-30 16:04:52 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-09-30 16:04:52 +0000 |
| commit | c01f30416277ab3b8eeaeebd0c1d9e3fcdf4fd42 (patch) | |
| tree | f6ac9b0cb40fd1dbbfc4891d15229cce6143ed3b /src/object/sp-clippath.cpp | |
| parent | CMake/po: Adjust intltool-update command to work on *nix (diff) | |
| download | inkscape-c01f30416277ab3b8eeaeebd0c1d9e3fcdf4fd42.tar.gz inkscape-c01f30416277ab3b8eeaeebd0c1d9e3fcdf4fd42.zip | |
fix 1787601 star stroke width scaled by 3.78
Diffstat (limited to 'src/object/sp-clippath.cpp')
| -rw-r--r-- | src/object/sp-clippath.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-clippath.cpp b/src/object/sp-clippath.cpp index f06ac2c11..21959af41 100644 --- a/src/object/sp-clippath.cpp +++ b/src/object/sp-clippath.cpp @@ -84,7 +84,6 @@ void SPClipPath::set(unsigned int key, const gchar* value) { break; default: if (SP_ATTRIBUTE_IS_CSS(key)) { - this->style->readFromObject( this ); this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); } else { SPObjectGroup::set(key, value); |
