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:
Jehan 2019-11-24 21:54:57 +01:00
parent a76012991b
commit 9a4d1f0277
1 changed files with 1 additions and 0 deletions

View File

@ -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) /