diff --git a/VERSION b/VERSION index cae37761..49b7564b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.171 +8.3.172 diff --git a/cif/CIFgen.c b/cif/CIFgen.c index db9f7609..da5875be 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -4896,13 +4896,14 @@ CIFGenLayer(op, area, cellDef, origDef, temps, hier, clientdata) TxError("%s: Cannot read rectangle values.\n", propname); break; } + cifPlane = curPlane; cifScale = (CIFCurStyle) ? CIFCurStyle->cs_scaleFactor : 1; bbox.r_xbot *= cifScale; bbox.r_xtop *= cifScale; bbox.r_ybot *= cifScale; bbox.r_ytop *= cifScale; cifScale = 1; - DBNMPaintPlane(cifPlane, CIF_SOLIDTYPE, &bbox, + DBNMPaintPlane(curPlane, CIF_SOLIDTYPE, &bbox, CIFPaintTable, (PaintUndoInfo *)NULL); for (j = 0; j < 4; j++) {