diff --git a/qad/blockview/blockbusitem.cpp b/qad/blockview/blockbusitem.cpp index 2b86070..5d17bf3 100644 --- a/qad/blockview/blockbusitem.cpp +++ b/qad/blockview/blockbusitem.cpp @@ -727,9 +727,7 @@ void BlockBusItem::paint(QPainter * p, const QStyleOptionGraphicsItem * o, QWidg p->setPen(_pen); p->drawLine(pol[segments[i].first], pol[segments[i].second]); if (pointSegmentsCount(segments[i].first) > 2) { - _pen.setWidthF(pen_width + 3.); - p->setPen(_pen); - p->drawPoint(pol[segments[i].first]); + p->drawEllipse(pol[segments[i].first], pen_width*0.7, pen_width*0.7); } } p->setPen(_pen);