summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-03 01:24:50 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-03 01:24:50 +0000
commit4eed716131afa00f3590b7d60600ef0c476c78e3 (patch)
tree482a6fc6c616191d9a7ffc4f60ceaa28ae175b64 /src/attributes.cpp
parentModified Objects dialogue to stop crashing on change of highlight color (diff)
downloadinkscape-4eed716131afa00f3590b7d60600ef0c476c78e3.tar.gz
inkscape-4eed716131afa00f3590b7d60600ef0c476c78e3.zip
Fixed path color when changed by Objects Dialog
(bzr r13090.1.11)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index ee2a80fd3..4e39b648e 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -41,6 +41,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_TRANSFORM_CENTER_X, "inkscape:transform-center-x"},
{SP_ATTR_TRANSFORM_CENTER_Y, "inkscape:transform-center-y"},
{SP_ATTR_INKSCAPE_PATH_EFFECT, "inkscape:path-effect"},
+ {SP_ATTR_INKSCAPE_HIGHLIGHT_COLOR, "inkscape:highlight-color"},
/* SPAnchor */
{SP_ATTR_XLINK_HREF, "xlink:href"},
{SP_ATTR_XLINK_TYPE, "xlink:type"},