From 084fc26ce6eef1fad2f41b84f5eac9ffcd60334d Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 5 Sep 2008 19:46:46 +0000 Subject: [PATCH] comment typo --- src/display/canvas-grid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/canvas-grid.cpp b/src/display/canvas-grid.cpp index 84e8bfbf9..47cff6d44 100644 --- a/src/display/canvas-grid.cpp +++ b/src/display/canvas-grid.cpp @@ -964,7 +964,7 @@ CanvasXYGridSnapper::_getSnapLines(Geom::Point const &p) const for (unsigned int i = 0; i < 2; ++i) { /* This is to make sure we snap to only visible grid lines */ - double scaled_spacing = grid->sw[i]; // this is spacing of visible lines if screen pixels + double scaled_spacing = grid->sw[i]; // this is spacing of visible lines in screen pixels // convert screen pixels to px // FIXME: after we switch to snapping dist in screen pixels, this will be unnecessary -- 2.30.2