Add support for alternate LineGroup file
This commit is contained in:
committed by
Yorik van Havre
parent
5a39efa771
commit
8ba4cd1058
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user