Add support for alternate LineGroup file

This commit is contained in:
wandererfan
2018-07-20 20:38:25 -04:00
committed by Yorik van Havre
parent 5a39efa771
commit 8ba4cd1058
3 changed files with 32 additions and 8 deletions

View File

@@ -66,6 +66,7 @@ void DlgPrefsTechDrawImp::saveSettings()
pfc_DefTemp->onSave();
pfc_DefDir->onSave();
pfc_HatchFile->onSave();
pfc_LineGroup->onSave();
pfc_FilePattern->onSave();
le_NamePattern->onSave();
}
@@ -93,7 +94,7 @@ void DlgPrefsTechDrawImp::loadSettings()
pfc_DefTemp->onRestore();
pfc_DefDir->onRestore();
pfc_HatchFile->onRestore();
pfc_LineGroup->onRestore();
pfc_FilePattern->onRestore();
le_NamePattern->onRestore();