diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-04-12 20:12:51 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-04-12 20:12:51 +0000 |
| commit | 3554ab016656fbd4f26a47d5360d34e9a271060b (patch) | |
| tree | de0e907a8e1a0380a3e8023cd44df4e9fef050b0 /src/attributes.cpp | |
| parent | Switched zoom toobar to stock GTK+ toolbars (diff) | |
| download | inkscape-3554ab016656fbd4f26a47d5360d34e9a271060b.tar.gz inkscape-3554ab016656fbd4f26a47d5360d34e9a271060b.zip | |
Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document properties
(bzr r2868)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index a453b726a..e7465a037 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -92,12 +92,12 @@ 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_GRID_BBOX, "inkscape:grid-bbox"}, +/* {SP_ATTR_INKSCAPE_GRID_BBOX, "inkscape:grid-bbox"}, {SP_ATTR_INKSCAPE_GUIDE_BBOX, "inkscape:guide-bbox"}, {SP_ATTR_INKSCAPE_OBJECT_BBOX, "inkscape:object-bbox"}, {SP_ATTR_INKSCAPE_GRID_POINTS, "inkscape:grid-points"}, {SP_ATTR_INKSCAPE_GUIDE_POINTS, "inkscape:guide-points"}, - {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"}, + {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"},*/ {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"}, {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"}, {SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"}, |
