[TD]adjustable extension line gap
This commit is contained in:
committed by
WandererFan
parent
f18ef718ad
commit
fe47248dea
@@ -69,6 +69,8 @@ void DlgPrefsTechDrawDimensionsImp::saveSettings()
|
||||
ui->pcbArrow->onSave();
|
||||
ui->plsb_ArrowSize->onSave();
|
||||
ui->leFormatSpec->onSave();
|
||||
ui->pdsbISOGap->onSave();
|
||||
ui->pdsbASMEGap->onSave();
|
||||
}
|
||||
|
||||
void DlgPrefsTechDrawDimensionsImp::loadSettings()
|
||||
@@ -97,6 +99,9 @@ void DlgPrefsTechDrawDimensionsImp::loadSettings()
|
||||
|
||||
ui->leFormatSpec->setText(Base::Tools::fromStdString(Preferences::formatSpec()));
|
||||
ui->leFormatSpec->onRestore();
|
||||
|
||||
ui->pdsbISOGap->onRestore();
|
||||
ui->pdsbASMEGap->onRestore();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user