Code

- "Snap nodes or handles" button now also includes smooth nodes
[inkscape.git] / src / snap-enums.h
index cf09ba45bc22c45e9bd90f5247dfc43a7aaf6e1a..4e6854054df213dad7d3ee19e29ab2d74e355eac 100644 (file)
@@ -58,7 +58,7 @@ enum SnapSourceType {
     //-------------------------------------------------------------------
     // For the same reason, nodes will not snap to bbox points
     SNAPSOURCE_NODE_CATEGORY = 512, // will be used as a flag and must therefore be a power of two
-    SNAPSOURCE_NODE_SMOOTH,
+    SNAPSOURCE_NODE_SMOOTH, // Symmetrical nodes are also considered to be smooth; there's no dedicated type for symm. nodes
     SNAPSOURCE_NODE_CUSP,
     SNAPSOURCE_LINE_MIDPOINT,
     SNAPSOURCE_PATH_INTERSECTION,