diff options
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 4727f3e51..0d7d43646 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1413,9 +1413,6 @@ _update_snap_distances (SPDesktop *desktop) nv.snap_manager.grid.setDistance(sp_convert_distance_full(nv.gridtolerance, *nv.gridtoleranceunit, px)); - nv.snap_manager.axonomgrid.setDistance(sp_convert_distance_full(nv.gridtolerance, - *nv.gridtoleranceunit, - px)); //new grid snappers for ( GSList const *l = nv.grids; l != NULL; l = l->next) { Inkscape::CanvasGrid *grid = (Inkscape::CanvasGrid*) l->data; |
