diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-12-12 20:34:36 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-12-12 20:34:36 +0000 |
| commit | f0d199b587b0a3958067a32f990f7c67587e8593 (patch) | |
| tree | b54c371ea4ec115bd781a8df5edf13fa7dba287f /src/attributes.cpp | |
| parent | Fixed the filter effects dialog always displaying all the filter settings by ... (diff) | |
| download | inkscape-f0d199b587b0a3958067a32f990f7c67587e8593.tar.gz inkscape-f0d199b587b0a3958067a32f990f7c67587e8593.zip | |
Add global snapping toggle
(bzr r4221)
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 a23621c10..3777c68a1 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -84,6 +84,7 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_WINDOW_HEIGHT, "inkscape:window-height"}, {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_BBOX, "inkscape:snap-bbox"}, {SP_ATTR_INKSCAPE_SNAP_NODES, "inkscape:snap-nodes"}, {SP_ATTR_INKSCAPE_SNAP_GUIDE, "inkscape:snap-guide"}, |
