Add preference settings
- autodistribute, vertex size, vertex color
This commit is contained in:
committed by
Yorik van Havre
parent
8e2586ccc7
commit
ecb29f1dbf
@@ -50,6 +50,7 @@ void DlgPrefsTechDrawImp::saveSettings()
|
||||
cb_Faces->onSave();
|
||||
cb_SectionEdges->onSave();
|
||||
cb_PageUpdate->onSave();
|
||||
cb_AutoDist->onSave();
|
||||
|
||||
pcb_Normal->onSave();
|
||||
pcb_Select->onSave();
|
||||
@@ -78,6 +79,7 @@ void DlgPrefsTechDrawImp::loadSettings()
|
||||
cb_Faces->onRestore();
|
||||
cb_SectionEdges->onRestore();
|
||||
cb_PageUpdate->onRestore();
|
||||
cb_AutoDist->onRestore();
|
||||
|
||||
pcb_Normal->onRestore();
|
||||
pcb_Select->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user