Fix typo.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-02-24 16:37:11 +02:00
parent 3ebbc53a01
commit edf2b2e74a

View file

@ -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))
{