[TD]Allow transparent Faces as default

This commit is contained in:
wandererfan
2019-08-29 20:57:46 -04:00
committed by WandererFan
parent a107bcd40d
commit dd459f0d88
7 changed files with 598 additions and 520 deletions

View File

@@ -61,6 +61,8 @@ void DlgPrefsTechDrawImp::saveSettings()
pcb_Surface->onSave();
pcb_Background->onSave();
pcb_Hatch->onSave();
pcb_Face->onSave();
pcb_PaintFaces->onSave(); //check box!
pfb_LabelFont->onSave();
plsb_LabelSize->onSave();
@@ -94,6 +96,8 @@ void DlgPrefsTechDrawImp::loadSettings()
pcb_Surface->onRestore();
pcb_Background->onRestore();
pcb_Hatch->onRestore();
pcb_Face->onRestore();
pcb_PaintFaces->onRestore(); //check box!
pfb_LabelFont->onRestore();
plsb_LabelSize->onRestore();