[TD]fix giant vertex from tracker
This commit is contained in:
committed by
Chris Hennes
parent
cbc609d431
commit
c23584964d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user