Update custom seam allowance settings if main path was changed.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-11-29 17:06:22 +02:00
parent 3ee3fbd9cb
commit 0739b3f8a3

View file

@ -377,6 +377,7 @@ void DialogSeamAllowance::ListChanged()
visPath->RefreshGeometry();
}
InitNodesList();
CustomSAChanged(ui->listWidgetCustomSA->currentRow());
}
//---------------------------------------------------------------------------------------------------------------------