reverted last change; it was bogus.
2008-08-25 Sven Neumann <sven@gimp.org> * app/paint-funcs/scale-region.c: reverted last change; it was bogus. svn path=/trunk/; revision=26761
This commit is contained in:

committed by
Sven Neumann

parent
df292234f2
commit
9584208543
@ -1,3 +1,7 @@
|
||||
2008-08-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint-funcs/scale-region.c: reverted last change; it was bogus.
|
||||
|
||||
2008-08-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint-funcs/scale-region.c: don't scale in several steps if
|
||||
|
@ -294,9 +294,8 @@ scale_region_buffer (PixelRegion *srcPR,
|
||||
gint levelx = 0;
|
||||
gint levely = 0;
|
||||
|
||||
if (interpolation != GIMP_INTERPOLATION_NONE)
|
||||
scale_determine_levels (srcPR, dstPR, &levelx, &levely);
|
||||
|
||||
/* determine scaling levels */
|
||||
scale_determine_levels (srcPR, dstPR, &levelx, &levely);
|
||||
max_progress = scale_determine_progress (srcPR, dstPR, levelx, levely);
|
||||
|
||||
pixel_region_init_data (&tmpPR0,
|
||||
@ -439,9 +438,8 @@ scale_region_tile (PixelRegion *srcPR,
|
||||
gint levelx = 0;
|
||||
gint levely = 0;
|
||||
|
||||
if (interpolation != GIMP_INTERPOLATION_NONE)
|
||||
scale_determine_levels (srcPR, dstPR, &levelx, &levely);
|
||||
|
||||
/* determine scaling levels */
|
||||
scale_determine_levels (srcPR, dstPR, &levelx, &levely);
|
||||
max_progress = scale_determine_progress (srcPR, dstPR, levelx, levely);
|
||||
|
||||
if (levelx == 0 && levely == 0)
|
||||
|
Reference in New Issue
Block a user