Fix temp fillgap indicators not disappearing

This commit is contained in:
manongjohn 2022-04-07 13:07:30 -04:00
parent dce821346f
commit 9620e185be

View file

@ -646,6 +646,7 @@ bool fill(const TRasterCM32P &r, const FillParameters &params,
for (int tempY = 0; tempY < tempRaster->getLy(); tempY++) {
for (int tempX = 0; tempX < tempRaster->getLx();
tempX++, tempPix++, keepPix++) {
if (tempPix->getInk() != styleIndex)
keepPix->setPaint(tempPix->getPaint());
// This next line takes care of autopaint lines
if (tempPix->getInk() != styleIndex) {