Use PrefFontBox for TD Label Font Selection

- was PrefLineEdit.
This commit is contained in:
WandererFan
2018-02-27 14:30:21 -05:00
parent df5a986c87
commit 1700f36104
2 changed files with 91 additions and 55 deletions

View File

@@ -58,7 +58,7 @@ void DlgPrefsTechDrawImp::saveSettings()
pcb_Background->onSave();
pcb_Hatch->onSave();
le_LabelFont->onSave();
pfb_LabelFont->onSave();
dsb_LabelSize->onSave();
pfc_DefTemp->onSave();
@@ -85,7 +85,7 @@ void DlgPrefsTechDrawImp::loadSettings()
pcb_Background->onRestore();
pcb_Hatch->onRestore();
le_LabelFont->onRestore();
pfb_LabelFont->onRestore();
dsb_LabelSize->onRestore();
pfc_DefTemp->onRestore();