[gimp/gimp-2-10] MR !160: Arguments in wrong order
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] MR !160: Arguments in wrong order
- Date: Sun, 22 May 2022 10:26:20 +0000 (UTC)
commit 5fb8cf568b0688549c20f9543c98c19ec443b3e0
Author: Sabri Ãœnal <libreajans gmail com>
Date: Sun May 22 10:26:19 2022 +0000
MR !160: Arguments in wrong order
plug-ins/pygimp/pygimp-drawable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pygimp/pygimp-drawable.c b/plug-ins/pygimp/pygimp-drawable.c
index 41d3820fbf..9134d9b5b5 100644
--- a/plug-ins/pygimp/pygimp-drawable.c
+++ b/plug-ins/pygimp/pygimp-drawable.c
@@ -177,7 +177,7 @@ drw_get_tile2(PyGimpDrawable *self, PyObject *args, PyObject *kwargs)
col = x / gimp_tile_width ();
row = y / gimp_tile_height ();
- t = gimp_drawable_get_tile(self->drawable, shadow, col, row);
+ t = gimp_drawable_get_tile(self->drawable, shadow, row, col);
return pygimp_tile_new(t, self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]