diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-05-04 16:27:08 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-05-04 16:27:08 +0000 |
| commit | 8dffa3e5ef1f8c53211bfa9e45aa5c2bcd589b3f (patch) | |
| tree | 09e3531c7e1db43a75fc912bb95aa5ed35fa87fc /src/attributes.cpp | |
| parent | Remove warnings (diff) | |
| download | inkscape-8dffa3e5ef1f8c53211bfa9e45aa5c2bcd589b3f.tar.gz inkscape-8dffa3e5ef1f8c53211bfa9e45aa5c2bcd589b3f.zip | |
Next steps in implementing the snapping indicator
(bzr r5600)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index a8ecb872b..de505236f 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -86,6 +86,7 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_WINDOW_X, "inkscape:window-x"}, {SP_ATTR_INKSCAPE_WINDOW_Y, "inkscape:window-y"}, {SP_ATTR_INKSCAPE_SNAP_GLOBAL, "inkscape:snap-global"}, + {SP_ATTR_INKSCAPE_SNAP_INDICATOR, "inkscape:snap-indicator"}, {SP_ATTR_INKSCAPE_SNAP_BBOX, "inkscape:snap-bbox"}, {SP_ATTR_INKSCAPE_SNAP_NODES, "inkscape:snap-nodes"}, {SP_ATTR_INKSCAPE_SNAP_GUIDE, "inkscape:snap-guide"}, |
