Fix typo.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-03-13 15:00:44 +02:00
parent ce1c96528e
commit 65b3c6d3aa

View file

@ -231,7 +231,7 @@ void DialogSeamAllowance::SetPiece(const VPiece &piece)
ChangeCurrentData(ui->comboBoxDLBottomRightPin, m_oldData.BottomRightPin()); ChangeCurrentData(ui->comboBoxDLBottomRightPin, m_oldData.BottomRightPin());
SetDLWidth(m_oldData.GetLabelWidth()); SetDLWidth(m_oldData.GetLabelWidth());
SetDLHeight(m_oldData.GetLabelHeight()); SetDLHeight(m_oldData.GetLabelHeight());
SetDLHeight(m_oldData.GetRotation()); SetDLAngle(m_oldData.GetRotation());
m_oldGeom = piece.GetPatternInfo(); m_oldGeom = piece.GetPatternInfo();
ui->groupBoxPatternLabel->setChecked(m_oldGeom.IsVisible()); ui->groupBoxPatternLabel->setChecked(m_oldGeom.IsVisible());
@ -240,7 +240,7 @@ void DialogSeamAllowance::SetPiece(const VPiece &piece)
ChangeCurrentData(ui->comboBoxPLBottomRightPin, m_oldGeom.BottomRightPin()); ChangeCurrentData(ui->comboBoxPLBottomRightPin, m_oldGeom.BottomRightPin());
SetPLWidth(m_oldGeom.GetLabelWidth()); SetPLWidth(m_oldGeom.GetLabelWidth());
SetPLHeight(m_oldGeom.GetLabelHeight()); SetPLHeight(m_oldGeom.GetLabelHeight());
SetPLHeight(m_oldGeom.GetRotation()); SetPLAngle(m_oldGeom.GetRotation());
m_oldGrainline = piece.GetGrainlineGeometry(); m_oldGrainline = piece.GetGrainlineGeometry();
ui->groupBoxGrainline->setChecked(m_oldGrainline.IsVisible()); ui->groupBoxGrainline->setChecked(m_oldGrainline.IsVisible());