gimp r24990 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24990 - in trunk: . app/core
- Date: Wed, 27 Feb 2008 15:24:20 +0000 (GMT)
Author: neo
Date: Wed Feb 27 15:24:20 2008
New Revision: 24990
URL: http://svn.gnome.org/viewvc/gimp?rev=24990&view=rev
Log:
2008-02-27 Sven Neumann <sven gimp org>
* app/core/gimpdrawable-transform.c (gimp_drawable_transform_affine):
pass the direction parameter down to
gimp_drawable_transform_tiles_affine() instead of hardcoding it to
GIMP_TRANSFORM_FORWARD. Fixes bug #518910.
Modified:
trunk/ChangeLog
trunk/app/core/gimpdrawable-transform.c
Modified: trunk/app/core/gimpdrawable-transform.c
==============================================================================
--- trunk/app/core/gimpdrawable-transform.c (original)
+++ trunk/app/core/gimpdrawable-transform.c Wed Feb 27 15:24:20 2008
@@ -580,7 +580,7 @@
new_tiles = gimp_drawable_transform_tiles_affine (drawable, context,
orig_tiles,
matrix,
- GIMP_TRANSFORM_FORWARD,
+ direction,
interpolation_type,
recursion_level,
clip_result,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]