[TD]fix giant vertex from tracker

(cherry picked from commit b918cac67a)
This commit is contained in:
wandererfan
2026-02-27 12:06:59 -06:00
committed by Chris Hennes
parent 6d071393a8
commit b2b0f89576
+1 -1
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();