Skip to content

Commit f3151dc

Browse files
committed
Fix Vera++ warnings
1 parent 0f9f79d commit f3151dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrgui/editor/labels/label.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void Label::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWi
478478

479479
// Default dashed frame is drawn arround the whole bounding rect (arround prefix and suffix too). Disabling it.
480480
const_cast<QStyleOptionGraphicsItem *>(option)->state &= ~QStyle::State_Selected & ~QStyle::State_HasFocus;
481-
481+
482482
QGraphicsTextItem::paint(painter, option, widget);
483483
}
484484

0 commit comments

Comments
 (0)