Skip to content

Commit

Permalink
[TD]fix alignment of section line marks on rotated base view
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Nov 16, 2022
1 parent e3cd132 commit 4f96b1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Mod/TechDraw/Gui/QGISectionLine.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 4f96b1b

Please sign in to comment.