Fix typo.
--HG-- branch : feature
This commit is contained in:
parent
ce1c96528e
commit
65b3c6d3aa
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user