FEM: prefs, move material prefs from general tab into an own tab in FEM
This commit is contained in:
committed by
Yorik van Havre
parent
71a27731b2
commit
7c316ba01e
@@ -48,11 +48,6 @@ void DlgSettingsFemGeneralImp::saveSettings()
|
||||
|
||||
cb_analysis_group_meshing->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();
|
||||
|
||||
cb_restore_result_dialog->onSave();
|
||||
cb_keep_results_on_rerun->onSave();
|
||||
cb_hide_constraint->onSave();
|
||||
@@ -69,11 +64,6 @@ void DlgSettingsFemGeneralImp::loadSettings()
|
||||
|
||||
cb_analysis_group_meshing->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();
|
||||
|
||||
cb_restore_result_dialog->onRestore();
|
||||
cb_keep_results_on_rerun->onRestore();
|
||||
cb_hide_constraint->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user