mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 12:32:01 +00:00
aspectRatio
This commit is contained in:
@@ -36,7 +36,7 @@ QRectF BarcodeItem::boundingRect() const
|
||||
|
||||
void BarcodeItem::paint(QPainter * painter, const QStyleOptionGraphicsItem * /*option*/, QWidget * /*widget*/)
|
||||
{
|
||||
bc.render(*painter,boundingRect(),Zint::QZint::IgnoreAspectRatio);
|
||||
bc.render(*painter,boundingRect(),ar);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user