Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/core/gimpimage-snap.c: fix typo in previous commit. svn path=/trunk/; revision=24295
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-12-07 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/core/gimpimage-snap.c: fix typo in previous commit.
|
||||
|
||||
2007-12-07 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/display/gimpdisplayshell-draw.c: draw grid correctly when
|
||||
|
||||
@ -105,7 +105,7 @@ gimp_image_snap_x (GimpImage *image,
|
||||
"xoffset", &xoffset,
|
||||
NULL);
|
||||
|
||||
while (xoffset < xspacing)
|
||||
while (xoffset > xspacing)
|
||||
xoffset -= xspacing;
|
||||
|
||||
for (i = xoffset; i <= image->width; i += xspacing)
|
||||
|
||||
Reference in New Issue
Block a user