[TD]Add parameters to control drawing update

This commit is contained in:
wandererfan
2019-08-29 07:11:39 -04:00
committed by WandererFan
parent 364d051b8e
commit 5bed53f858
6 changed files with 129 additions and 30 deletions

View File

@@ -50,6 +50,8 @@ void DlgPrefsTechDrawImp::saveSettings()
cb_Faces->onSave();
cb_SectionEdges->onSave();
cb_PageUpdate->onSave();
cb_Global->onSave();
cb_Override->onSave();
cb_AutoDist->onSave();
pcb_Normal->onSave();
@@ -81,6 +83,8 @@ void DlgPrefsTechDrawImp::loadSettings()
cb_Faces->onRestore();
cb_SectionEdges->onRestore();
cb_PageUpdate->onRestore();
cb_Global->onRestore();
cb_Override->onRestore();
cb_AutoDist->onRestore();
pcb_Normal->onRestore();