Fixed issue #672. Labels are turning oposite directions.
--HG-- branch : release
This commit is contained in:
parent
c9e005c65b
commit
795373e74e
|
@ -581,7 +581,7 @@ void VToolSeamAllowance::UpdateLabel()
|
|||
}
|
||||
|
||||
m_dataLabel->setPos(pos);
|
||||
m_dataLabel->setRotation(-labelAngle);
|
||||
m_dataLabel->setRotation(-labelAngle);// expects clockwise direction
|
||||
m_dataLabel->Update();
|
||||
m_dataLabel->show();
|
||||
}
|
||||
|
@ -639,7 +639,7 @@ void VToolSeamAllowance::UpdatePatternInfo()
|
|||
}
|
||||
|
||||
m_patternInfo->setPos(pos);
|
||||
m_patternInfo->setRotation(labelAngle);
|
||||
m_patternInfo->setRotation(-labelAngle);// expects clockwise direction
|
||||
m_patternInfo->Update();
|
||||
m_patternInfo->GetTextLines() > 0 ? m_patternInfo->show() : m_patternInfo->hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user