From d11578a551d75ca8d2db90c89e9485b996ba0e68 Mon Sep 17 00:00:00 2001 From: "Stephen R. Whiteley" Date: Sat, 4 Apr 2020 09:53:51 -0700 Subject: [PATCH] Xic: fixed an ugly one. When a cell was saved as native, the bounding box would become incorrect, and physical cells would appear empty if there are no subcells. --- xic/src/fileio/fio_cvt_base.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/xic/src/fileio/fio_cvt_base.cc b/xic/src/fileio/fio_cvt_base.cc index a8af82ca8..dd0b7f354 100644 --- a/xic/src/fileio/fio_cvt_base.cc +++ b/xic/src/fileio/fio_cvt_base.cc @@ -1968,6 +1968,7 @@ cv_out::write_geometry(const CDs *sdesc) return (false); if (lchk == cvLnogo) break; + out_cellBB.add(&odesc->oBB()); } if (!flush_cache()) return (false);