[TD]fix dim text wrong side of dim line (fix #16172)

This commit is contained in:
wandererfan
2024-08-31 19:37:13 -04:00
committed by Yorik van Havre
parent 9a5597a5fa
commit 93e685bd7a
2 changed files with 21 additions and 4 deletions

View File

@@ -158,10 +158,8 @@ public:
bool hasBroken3dReferences() const;
virtual pointPair getLinearPoints() const
{
return m_linearPoints;
}
virtual pointPair getLinearPoints() const;
virtual void setLinearPoints(Base::Vector3d point0, Base::Vector3d point1)
{
m_linearPoints.first(point0);