mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Remove parameter that does nothing
This commit is contained in:
@@ -99,7 +99,7 @@ void BarcodeItem::paint(QPainter *ppainter, const QStyleOptionGraphicsItem *opti
|
||||
break;
|
||||
}
|
||||
|
||||
bc.render(*ppainter,bcRect,Zint::QZint::KeepAspectRatio);
|
||||
bc.render(*ppainter,bcRect);
|
||||
ppainter->restore();
|
||||
ItemDesignIntf::paint(ppainter,option,widget);
|
||||
}
|
||||
|
Reference in New Issue
Block a user