git-svn-id: svn://db.shs.com.ru/libs@311 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-11-09 08:20:33 +00:00
parent f03264d7fb
commit bd91c2e0b7
8 changed files with 43 additions and 6 deletions

View File

@@ -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);
}