[gimp] app: Fix a typo in outline transform



commit f53f73da193649532af0ce3c4813c79c1eba91ea
Author: Alexia Death <alexiadeath gmail com>
Date:   Sun Apr 18 21:20:29 2010 +0300

    app: Fix a typo in outline transform

 app/paint/gimpbrushcore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimpbrushcore.c b/app/paint/gimpbrushcore.c
index 5d0286c..8cbb871 100644
--- a/app/paint/gimpbrushcore.c
+++ b/app/paint/gimpbrushcore.c
@@ -1049,7 +1049,7 @@ gimp_brush_core_transform_bound_segs (GimpBrushCore    *core,
 
 
       gimp_brush_transform_matrix (height, width,
-                                   scale_y, scale_x, angle, &matrix);
+                                   scale_x, scale_y, angle, &matrix);
 
       core->transformed_brush_bound_segs
                       = boundary_transform (core->brush_bound_segs,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]