From cb1653b15704ce4a3ca0265c3b5bb7be0d07210c Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Fri, 10 Apr 2026 13:39:17 -0400 Subject: [PATCH] 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". --- VERSION | 2 +- cif/CIFgen.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 34c4f095..245451db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.634 +8.3.635 diff --git a/cif/CIFgen.c b/cif/CIFgen.c index f86e526e..e1da3bc1 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -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;