FEM: Add Preferences option to hide built in materials
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user