mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-26 03:14:44 -08:00
Removed commented line
- removed unused commented out code
This commit is contained in:
@@ -147,8 +147,6 @@ void DeckViewCardContainer::paint(QPainter *painter, const QStyleOptionGraphicsI
|
||||
qreal totalTextWidth = getCardTypeTextWidth();
|
||||
|
||||
if (bgPixmap.isNull()) {
|
||||
//painter->fillRect(boundingRect(), QColor(70, 50, 100));
|
||||
|
||||
QLinearGradient grad1(0, 0, 1, 0);
|
||||
grad1.setCoordinateMode(QGradient::ObjectBoundingMode);
|
||||
grad1.setColorAt(0, QColor(48, 34, 69));
|
||||
|
||||
Reference in New Issue
Block a user