git-svn-id: svn://db.shs.com.ru/libs@311 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -730,6 +730,6 @@ void BlockBusItem::paint(QPainter * p, const QStyleOptionGraphicsItem * o, QWidg
|
||||
|
||||
QRectF BlockBusItem::boundingRect() const {
|
||||
QPolygonF p(pol);
|
||||
p << new_end;
|
||||
if (new_segment) p << new_end;
|
||||
return enlargedRect(p.boundingRect(), 0, 0, 10.f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user