summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-08-28 20:07:38 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-08-28 20:07:38 +0000
commit73d24d066094549193e1ceda7daa244e5c0dc1e8 (patch)
treeaf1cad39ed909961d1fd2f22c27651f3c6bc0b1d /src/attributes.cpp
parentremove debug and example LPE files from POTFILES.in (diff)
downloadinkscape-73d24d066094549193e1ceda7daa244e5c0dc1e8.tar.gz
inkscape-73d24d066094549193e1ceda7daa244e5c0dc1e8.zip
Implement snapping of guides while dragging them, and snap TO item centers (we only had snapping FROM item centers so far)
(bzr r3603)
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 8ac3c8c74..977ab3483 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -85,6 +85,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_WINDOW_Y, "inkscape:window-y"},
{SP_ATTR_INKSCAPE_SNAP_BBOX, "inkscape:snap-bbox"},
{SP_ATTR_INKSCAPE_SNAP_NODES, "inkscape:snap-nodes"},
+ {SP_ATTR_INKSCAPE_SNAP_GUIDE, "inkscape:snap-guide"},
{SP_ATTR_INKSCAPE_SNAP_CENTER, "inkscape:snap-center"},
{SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"},
{SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"},