[TD]fix alignment of section line marks on rotated base view

This commit is contained in:
wandererfan
2022-11-15 17:00:01 -05:00
committed by WandererFan
parent 44c77e5542
commit 59e2aa9189

View File

@@ -347,11 +347,13 @@ void QGISectionLine::makeChangePointMarks()
cPointItem->setPen(cPointPen);
cPointItem->setZValue(ZVALUE::SECTIONLINE + 1);
cPointItem->setPos(0.0, 0.0);
cPointItem->setRotation(rotation());
m_changePointMarks.push_back(cPointItem);
}
}
void QGISectionLine::setEnds(Base::Vector3d l1, Base::Vector3d l2)
{
m_l1 = l1;