Add preference settings

- autodistribute, vertex size, vertex color
This commit is contained in:
wandererfan
2018-07-21 12:49:46 -04:00
committed by Yorik van Havre
parent 8e2586ccc7
commit ecb29f1dbf
9 changed files with 131 additions and 23 deletions

View File

@@ -59,6 +59,8 @@ void DlgPrefsTechDraw2Imp::saveSettings()
sbAltDecimals->onSave();
plsb_ArrowSize->onSave();
leLineGroup->onSave();
pdsb_VertexScale->onSave();
pcb_VertexColor->onSave();
}
void DlgPrefsTechDraw2Imp::loadSettings()
@@ -77,6 +79,8 @@ void DlgPrefsTechDraw2Imp::loadSettings()
sbAltDecimals->onRestore();
plsb_ArrowSize->onRestore();
leLineGroup->onRestore();
pdsb_VertexScale->onRestore();
pcb_VertexColor->onRestore();
}
/**