summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
authorArcadie M. Cracan <acracan@gmail.com>2009-12-04 10:35:29 +0000
committerArcadie M. Cracan <acracan@gmail.com>2009-12-04 10:35:29 +0000
commit6a1469e994f0a5e79203c64bc3eeb5f54a79fb68 (patch)
tree8eef91e5d84ae63770cf73e411290052e17adda7 /src/sp-path.cpp
parentNew conversion factors added to inkex.py (ft, yd, m and km). (diff)
parentMake curvature work again by fixing a minor omission (diff)
downloadinkscape-6a1469e994f0a5e79203c64bc3eeb5f54a79fb68.tar.gz
inkscape-6a1469e994f0a5e79203c64bc3eeb5f54a79fb68.zip
Make curvature work again by fixing a minor omission
(bzr r8861)
Diffstat (limited to 'src/sp-path.cpp')
-rw-r--r--src/sp-path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index 2120ddd64..bbcb25356 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -295,6 +295,7 @@ sp_path_set(SPObject *object, unsigned int key, gchar const *value)
object->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
break;
case SP_ATTR_CONNECTOR_TYPE:
+ case SP_ATTR_CONNECTOR_CURVATURE:
case SP_ATTR_CONNECTION_START:
case SP_ATTR_CONNECTION_END:
path->connEndPair.setAttr(key, value);