[gimp] app: gimp_drawable_transform: place new the tiles at offset_x, offset_y
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: gimp_drawable_transform: place new the tiles at offset_x, offset_y
- Date: Sat, 26 Mar 2011 15:51:45 +0000 (UTC)
commit 047d31fa68605bdb9001593dd3196c1f8cecf2ae
Author: Michael Natterer <mitch gimp org>
Date: Sat Mar 26 16:50:38 2011 +0100
app: gimp_drawable_transform: place new the tiles at offset_x, offset_y
and not at offset_y, offset_y (typo).
app/core/gimpdrawable.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdrawable.c b/app/core/gimpdrawable.c
index dfc92e8..a4249e5 100644
--- a/app/core/gimpdrawable.c
+++ b/app/core/gimpdrawable.c
@@ -690,7 +690,7 @@ gimp_drawable_transform (GimpItem *item,
if (tiles)
{
gimp_drawable_transform_paste (drawable, tiles,
- new_off_y, new_off_y, FALSE);
+ new_off_x, new_off_y, FALSE);
tile_manager_unref (tiles);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]