Fix piece label issue.

Rotation caused label font change.
develop
Roman Telezhynskyi 2024-04-17 16:35:29 +03:00
parent 3424f34354
commit b78adf9264
1 changed files with 0 additions and 1 deletions

View File

@ -1213,7 +1213,6 @@ void VToolSeamAllowance::SaveRotationPattern(qreal dRot)
VPiece newDet = oldDet;
newDet.GetPatternLabelData().SetPos(m_patternInfo->pos());
newDet.GetPatternLabelData().SetFontSize(m_patternInfo->GetFontSize());
// Tranform angle to anticlockwise
QLineF line(0, 0, 100, 0);