[TD]adjustable extension line gap
This commit is contained in:
committed by
WandererFan
parent
90d660260c
commit
b6c20202cd
@@ -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