mirror of https://github.com/GNOME/gimp.git
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:
parent
4b6b80f594
commit
e33a939fb8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue