Add Preference for Dimension Format

This commit is contained in:
wandererfan
2019-03-22 11:53:58 -04:00
committed by Yorik van Havre
parent 87ffd12016
commit 3370d0902a
3 changed files with 94 additions and 31 deletions

View File

@@ -57,6 +57,7 @@ void DlgPrefsTechDraw2Imp::saveSettings()
pcbArrow->onSave();
cbGlobalDecimals->onSave();
sbAltDecimals->onSave();
leformatSpec->onSave();
plsb_ArrowSize->onSave();
leLineGroup->onSave();
pdsb_VertexScale->onSave();
@@ -77,6 +78,7 @@ void DlgPrefsTechDraw2Imp::loadSettings()
pcbArrow->onRestore();
cbGlobalDecimals->onRestore();
sbAltDecimals->onRestore();
leformatSpec->onRestore();
plsb_ArrowSize->onRestore();
leLineGroup->onRestore();
pdsb_VertexScale->onRestore();