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);
|
(ClientData)NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
TTMaskSetMask(&bls.connect, &op->co_paintMask);
|
||||||
DBSrPaintArea((Tile *)NULL, cellDef->cd_planes[bloats->bl_plane],
|
DBSrPaintArea((Tile *)NULL, cellDef->cd_planes[bloats->bl_plane],
|
||||||
&TiPlaneRect, &bls.connect, cifProcessResetFunc,
|
&TiPlaneRect, &bls.connect, cifProcessResetFunc,
|
||||||
(ClientData)NULL);
|
(ClientData)NULL);
|
||||||
|
}
|
||||||
|
|
||||||
/* Replace the client data */
|
/* Replace the client data */
|
||||||
op->co_client = (ClientData)text;
|
op->co_client = (ClientData)text;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue