From 555fcc151d50a8ff9539e96c9f5c18afeae7e0ab Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Mon, 7 Oct 2019 14:10:47 +0200 Subject: [PATCH] Hotfix for broken partial arrange. --- src/libnest2d/include/libnest2d/placers/nfpplacer.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libnest2d/include/libnest2d/placers/nfpplacer.hpp b/src/libnest2d/include/libnest2d/placers/nfpplacer.hpp index 686857a87f..0030287586 100644 --- a/src/libnest2d/include/libnest2d/placers/nfpplacer.hpp +++ b/src/libnest2d/include/libnest2d/placers/nfpplacer.hpp @@ -1122,8 +1122,6 @@ private: sl::rotate(sh, item.rotation()); Box bb = sl::boundingBox(sh); - bb.minCorner() += item.translation(); - bb.maxCorner() += item.translation(); Vertex ci, cb; auto bbin = sl::boundingBox(bin_);