fix default Hatch file/dir

This commit is contained in:
WandererFan
2016-04-26 12:55:03 -04:00
committed by wmayer
parent 0dbf07dadc
commit 4bb2da998e
4 changed files with 48 additions and 76 deletions

View File

@@ -53,7 +53,7 @@ void DlgPrefsTechDrawImp::saveSettings()
cb_HidLine->onSave();
cb_Angle->onSave();
pfc_HatchFile->onSave();
pfc_HatchDir->onSave();
//pfc_HatchDir->onSave();
}
void DlgPrefsTechDrawImp::loadSettings()
@@ -68,7 +68,7 @@ void DlgPrefsTechDrawImp::loadSettings()
cb_HidLine->onRestore();
cb_Angle->onRestore();
pfc_HatchFile->onRestore();
pfc_HatchDir->onRestore();
//pfc_HatchDir->onRestore();
}
/**