diff --git a/src/factory.c b/src/factory.c index 26d3e982..1eeb1bf2 100644 --- a/src/factory.c +++ b/src/factory.c @@ -394,6 +394,7 @@ int L_SetPictureSize(lua_State* L) { // Script has not modified the image/palette yet, so it's not backed up: // Make a backup that counts as a new Undo step. + Upload_infos_page(&Main); Backup_with_new_dimensions(w, h); } // part of Resize_image() : the pixel copy part.