Found that I needed to apply the same correction as the last

commit to the "tagged" GDS/CIF operator, or else this will have
exactly the same issue as "bloat-all".
This commit is contained in:
R. Timothy Edwards 2026-04-10 13:39:17 -04:00
parent a3f5e665d1
commit cb1653b157
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
8.3.634
8.3.635

View File

@ -5696,9 +5696,12 @@ CIFGenLayer(
(ClientData)NULL);
}
else
{
TTMaskSetMask(&bls.connect, &op->co_paintMask);
DBSrPaintArea((Tile *)NULL, cellDef->cd_planes[bloats->bl_plane],
&TiPlaneRect, &bls.connect, cifProcessResetFunc,
(ClientData)NULL);
}
/* Replace the client data */
op->co_client = (ClientData)text;