FEM: Add Preferences option to hide materials from user defined directory

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-04-12 21:48:57 +01:00
committed by wmayer
parent 1d5b4709fe
commit abefd40bb7
3 changed files with 92 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ void DlgSettingsFemImp::saveSettings()
fc_ccx_binary->onSave();
cb_use_built_in_materials->onSave();
cb_use_mat_from_config_dir->onSave();
cb_use_mat_from_custom_dir->onSave();
fc_custom_mat_dir->onSave();
}
@@ -58,6 +59,7 @@ void DlgSettingsFemImp::loadSettings()
fc_ccx_binary->onRestore();
cb_use_built_in_materials->onRestore();
cb_use_mat_from_config_dir->onRestore();
cb_use_mat_from_custom_dir->onRestore();
fc_custom_mat_dir->onRestore();
}