From 65b3c6d3aa324e8eaee4384ca5331547fb73a98c Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 13 Mar 2017 15:00:44 +0200 Subject: [PATCH] Fix typo. --HG-- branch : feature --- src/libs/vtools/dialogs/tools/dialogseamallowance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp b/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp index af2fad36e..6a085a49d 100644 --- a/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp +++ b/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp @@ -231,7 +231,7 @@ void DialogSeamAllowance::SetPiece(const VPiece &piece) ChangeCurrentData(ui->comboBoxDLBottomRightPin, m_oldData.BottomRightPin()); SetDLWidth(m_oldData.GetLabelWidth()); SetDLHeight(m_oldData.GetLabelHeight()); - SetDLHeight(m_oldData.GetRotation()); + SetDLAngle(m_oldData.GetRotation()); m_oldGeom = piece.GetPatternInfo(); ui->groupBoxPatternLabel->setChecked(m_oldGeom.IsVisible()); @@ -240,7 +240,7 @@ void DialogSeamAllowance::SetPiece(const VPiece &piece) ChangeCurrentData(ui->comboBoxPLBottomRightPin, m_oldGeom.BottomRightPin()); SetPLWidth(m_oldGeom.GetLabelWidth()); SetPLHeight(m_oldGeom.GetLabelHeight()); - SetPLHeight(m_oldGeom.GetRotation()); + SetPLAngle(m_oldGeom.GetRotation()); m_oldGrainline = piece.GetGrainlineGeometry(); ui->groupBoxGrainline->setChecked(m_oldGrainline.IsVisible());