修复了zt黄色的问题
parent
6c86403c4a
commit
8903419799
|
@ -77,7 +77,7 @@ PixelPath PixelPath::trans(QTransform& mat)const
|
|||
painter.setRenderHint(QPainter::HighQualityAntialiasing);
|
||||
painter.setTransform(mat);
|
||||
painter.drawPixmap(0, 0, pixmap);
|
||||
result.addPath(this->painterPath);
|
||||
result.painterPath.addPath(this->painterPath);
|
||||
result.boundingRect = mat.mapRect(boundingRect);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue