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-item.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-item.cpp')
| -rw-r--r-- | src/object/sp-item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index 411e69f71..4b5858f7e 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -522,7 +522,6 @@ void SPItem::set(unsigned int key, gchar const* value) { } default: if (SP_ATTRIBUTE_IS_CSS(key)) { - style->readFromObject( this ); object->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); } else { SPObject::set(key, value); |
