diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-03 01:24:50 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-03 01:24:50 +0000 |
| commit | 4eed716131afa00f3590b7d60600ef0c476c78e3 (patch) | |
| tree | 482a6fc6c616191d9a7ffc4f60ceaa28ae175b64 /src/attributes.h | |
| parent | Modified Objects dialogue to stop crashing on change of highlight color (diff) | |
| download | inkscape-4eed716131afa00f3590b7d60600ef0c476c78e3.tar.gz inkscape-4eed716131afa00f3590b7d60600ef0c476c78e3.zip | |
Fixed path color when changed by Objects Dialog
(bzr r13090.1.11)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index b8843fcb7..d1c93b819 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -40,6 +40,7 @@ enum SPAttributeEnum { SP_ATTR_TRANSFORM_CENTER_X, SP_ATTR_TRANSFORM_CENTER_Y, SP_ATTR_INKSCAPE_PATH_EFFECT, + SP_ATTR_INKSCAPE_HIGHLIGHT_COLOR, /* SPAnchor */ SP_ATTR_XLINK_HREF, SP_ATTR_XLINK_TYPE, |
