From edf2b2e74a64976d6ed7564d39ffcd0abfd86d75 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 24 Feb 2017 16:37:11 +0200 Subject: [PATCH] Fix typo. --HG-- branch : feature --- src/libs/vtools/dialogs/tools/dialogseamallowance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp b/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp index e40cdad30..c0d69f740 100644 --- a/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp +++ b/src/libs/vtools/dialogs/tools/dialogseamallowance.cpp @@ -1292,7 +1292,7 @@ void DialogSeamAllowance::GrainlinePinPointChanged() { QColor color = okColor; const quint32 topPinId = getCurrentObjectId(ui->comboBoxGrainlineTopPin); - const quint32 bottomPinId = getCurrentObjectId(ui->comboBoxGrainlineTopPin); + const quint32 bottomPinId = getCurrentObjectId(ui->comboBoxGrainlineBottomPin); if ((topPinId == NULL_ID && bottomPinId == NULL_ID) || (topPinId != NULL_ID && bottomPinId != NULL_ID && topPinId != bottomPinId)) {