1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

Issue #13746: change incorrect variable to check for changes in y-axis

This commit is contained in:
Cheesequake
2025-09-08 23:11:41 +05:30
committed by Bruno
parent bf6092c728
commit 71caf7eb05

View File

@@ -378,7 +378,7 @@ gimp_canvas_layer_boundary_set_layers (GimpCanvasLayerBoundary *boundary,
}
if (x1 != (gint) x ||
x1 != (gint) y ||
y1 != (gint) y ||
(x2 - x1) != (gint) w ||
(y2 - y1) != (gint) h ||
edit_mask != private->edit_mask)