[TD]Handle ProjGroup in TaskCosmeticVertex

This commit is contained in:
wandererfan
2020-04-27 16:14:06 -04:00
committed by WandererFan
parent f2f7d22b8e
commit 1fc2e755dd
2 changed files with 31 additions and 16 deletions

View File

@@ -257,11 +257,12 @@ void QGTracker::onMousePress(QPointF pos)
break;
}
} else if (m_points.size() == 1) { //first point selected
//just return pos to caller
getPickedQGIV(pos);
setCursor(Qt::CrossCursor);
setCursor(Qt::CrossCursor); //why cross??
// Q_EMIT qViewPicked(pos, m_qgParent); //not in use yet.
if (mode == TrackerMode::Point) {
setPoint(m_points);
setPoint(m_points); //first point is mouse click scene pos
terminateDrawing();
}
}