mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 10:15:10 -04:00
vector: Add width to struct zint_vector_circle: fix qzint render
This commit is contained in:
parent
3388f98c00
commit
b7adbf4e5b
2 changed files with 3 additions and 3 deletions
|
@ -574,7 +574,7 @@ namespace Zint {
|
|||
p.setColor(m_fgColor);
|
||||
p.setWidthF(circle->width);
|
||||
painter.setPen(p);
|
||||
painter.setBrush(circle->width ? Qt::NoBrush : bgBrush);
|
||||
painter.setBrush(circle->width ? Qt::NoBrush : fgBrush);
|
||||
}
|
||||
painter.drawEllipse(QPointF(circle->x, circle->y), radius, radius);
|
||||
circle = circle->next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue