Code

use touchpath selection when rubberbanding with Alt; do move-selected with Alt only...
[inkscape.git] / src / snap.h
index ff3da3adbcdc4f2f868ee9da7ab15465b664eca5..09c527c749114552f59e85d4ab51699cf337345f 100644 (file)
@@ -101,12 +101,12 @@ public:
                                             NR::Dim2 d) const;
 
     Inkscape::GridSnapper grid;        ///< grid snapper
-    Inkscape::AxonomGridSnapper axonomgrid;  ///< axonometricgrid snapper
     Inkscape::GuideSnapper guide;      ///< guide snapper
     Inkscape::ObjectSnapper object;    ///< snapper to other objects
 
     typedef std::list<const Inkscape::Snapper*> SnapperList;
     SnapperList getSnappers() const;
+    SnapperList gridSnappers;          ///< List of grid snappers to enable multiple grids
 
 protected:
     SPNamedView const *_named_view;