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:
parent
a3f5e665d1
commit
cb1653b157
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue