[TD]Uncomplicate default decimal setting

This commit is contained in:
wandererfan
2020-03-26 08:35:09 -04:00
committed by WandererFan
parent fcf5ec0270
commit 5f323a4169
4 changed files with 205 additions and 188 deletions

View File

@@ -67,7 +67,6 @@ void DlgPrefsTechDraw3Imp::saveSettings()
cbShowCenterMarks->onSave();
cbShowUnits->onSave();
leDiameter->onSave();
leformatSpec->onSave();
leLineGroup->onSave();
pcbArrow->onSave();
pcbBalloonArrow->onSave();
@@ -106,7 +105,6 @@ void DlgPrefsTechDraw3Imp::loadSettings()
cbShowCenterMarks->onRestore();
cbShowUnits->onRestore();
leDiameter->onRestore();
leformatSpec->onRestore();
leLineGroup->onRestore();
pcbArrow->onRestore();
pcbBalloonArrow->onRestore();