[TD]add Tolerance size factor to preferences

This commit is contained in:
wandererfan
2019-12-17 15:47:23 -05:00
committed by WandererFan
parent 92e714726f
commit c05ad5c875
2 changed files with 86 additions and 52 deletions

View File

@@ -47,6 +47,7 @@ void DlgPrefsTechDraw2Imp::saveSettings()
{
cbShowUnits->onSave();
plsb_FontSize->onSave();
pdsb_TolFactor->onSave();
colDimColor->onSave();
leDiameter->onSave();
pcbMatting->onSave();
@@ -69,6 +70,7 @@ void DlgPrefsTechDraw2Imp::loadSettings()
{
cbShowUnits->onRestore();
plsb_FontSize->onRestore();
pdsb_TolFactor->onRestore();
colDimColor->onRestore();
leDiameter->onRestore();
pcbMatting->onRestore();