diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-09-05 19:46:46 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-09-05 19:46:46 +0000 |
| commit | 70c2aa76604bf94bef5c13fe6a8bc2832f4e0ef9 (patch) | |
| tree | 80059ffb4f8c5765b1611d95120b104c10a16356 /src | |
| parent | Make click-select work in geometry tool (diff) | |
| download | inkscape-70c2aa76604bf94bef5c13fe6a8bc2832f4e0ef9.tar.gz inkscape-70c2aa76604bf94bef5c13fe6a8bc2832f4e0ef9.zip | |
comment typo
(bzr r6765)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/canvas-grid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
