Make Internal path first in list.
--HG-- branch : feature
This commit is contained in:
parent
af51e5e240
commit
e974f75b51
|
@ -409,8 +409,8 @@ void DialogPiecePath::ChangedSAAfter(double d)
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void DialogPiecePath::InitPathTypes()
|
void DialogPiecePath::InitPathTypes()
|
||||||
{
|
{
|
||||||
ui->comboBoxType->addItem(tr("Custom seam allowance"), static_cast<int>(PiecePathType::CustomSeamAllowance));
|
|
||||||
ui->comboBoxType->addItem(tr("Internal path"), static_cast<int>(PiecePathType::InternalPath));
|
ui->comboBoxType->addItem(tr("Internal path"), static_cast<int>(PiecePathType::InternalPath));
|
||||||
|
ui->comboBoxType->addItem(tr("Custom seam allowance"), static_cast<int>(PiecePathType::CustomSeamAllowance));
|
||||||
|
|
||||||
ui->comboBoxPenType->setEnabled(GetType() == PiecePathType::InternalPath);
|
ui->comboBoxPenType->setEnabled(GetType() == PiecePathType::InternalPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user