Fix typo.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-02-24 12:11:00 +02:00
parent 5f4760f06f
commit 757a5ec550

View file

@ -218,7 +218,7 @@ void DialogSeamAllowance::SetPiece(const VPiece &piece)
m_oldData = piece.GetPatternPieceData();
ChangeCurrentData(ui->comboBoxDetailLabelTopLeftPin, m_oldData.TopLeftPin());
ChangeCurrentData(ui->comboBoxDetailLabelTopLeftPin, m_oldData.BottomRightPin());
ChangeCurrentData(ui->comboBoxDetailLabelBottomRightPin, m_oldData.BottomRightPin());
m_oldGeom = piece.GetPatternInfo();
ChangeCurrentData(ui->comboBoxPatternLabelTopLeftPin, m_oldGeom.TopLeftPin());