mirror of https://github.com/GNOME/gimp.git
Issue #4209: Animation optimize for GIF moves layers to top left corner.
Regression from commit 9d33a9a9ca
as spotted by Massimo.
This commit is contained in:
parent
a76012991b
commit
9a4d1f0277
|
@ -1145,6 +1145,7 @@ do_optimizations (GimpRunMode run_mode,
|
|||
GEGL_AUTO_ROWSTRIDE);
|
||||
|
||||
g_object_unref (buffer);
|
||||
gimp_item_transform_translate (GIMP_ITEM (new_layer), bbox_left, bbox_top);
|
||||
}
|
||||
|
||||
gimp_progress_update (((gdouble) this_frame_num + 1.0) /
|
||||
|
|
Loading…
Reference in New Issue