Code

- do not use shift to disable snapping while holding shift to rotate a guide
[inkscape.git] / src / object-snapper.h
index 454a18545d54e2ea06b5d00947514057700760fe..b0084c2d77fc0478238a7c73e34563781b1c7dfa 100644 (file)
@@ -84,7 +84,7 @@ private:
                       Inkscape::SnapCandidatePoint const &p,
                       std::vector<SnapCandidatePoint> *unselected_nodes) const; // in desktop coordinates
 
-    void _snapTranslatingGuideToNodes(SnappedConstraints &sc,
+    void _snapTranslatingGuide(SnappedConstraints &sc,
                      Geom::Point const &p,
                      Geom::Point const &guide_normal) const;