[TD]fix giant vertex from tracker

This commit is contained in:
wandererfan
2025-11-03 16:43:53 -05:00
committed by Chris Hennes
parent cbc609d431
commit c23584964d

View File

@@ -400,7 +400,7 @@ void QGTracker::setPoint(std::vector<QPointF> pts)
auto point = new QGIVertex(-1);
point->setParentItem(this);
point->setPos(pts.front());
point->setRadius(static_cast<QGIViewPart *>(m_qgParent)->getVertexSize());
point->setRadius(Rez::guiX(getTrackerWeight()));
point->setNormalColor(Qt::blue);
point->setFillColor(Qt::blue);
point->setPrettyNormal();