FEM: Add Preferences option to hide built in materials

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-04-12 21:24:51 +01:00
committed by wmayer
parent b46fb12fe7
commit 2e95c8d7b9
3 changed files with 25 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ void DlgSettingsFemImp::saveSettings()
cb_int_editor->onSave();
fc_ext_editor->onSave();
fc_ccx_binary->onSave();
cb_use_built_in_materials->onSave();
fc_custom_mat_dir->onSave();
}
@@ -54,6 +55,7 @@ void DlgSettingsFemImp::loadSettings()
cb_int_editor->onRestore();
fc_ext_editor->onRestore();
fc_ccx_binary->onRestore();
cb_use_built_in_materials->onRestore();
fc_custom_mat_dir->onRestore();
}