FEM: ccx input file splitting, fix restore of pref
This commit is contained in:
parent
fc91712b85
commit
c333e069ad
|
@ -70,7 +70,6 @@ void DlgSettingsFemCcxImp::saveSettings()
|
||||||
cb_ccx_binary_std->onSave();
|
cb_ccx_binary_std->onSave();
|
||||||
fc_ccx_binary_path->onSave();
|
fc_ccx_binary_path->onSave();
|
||||||
cb_split_inp_writer->onSave();
|
cb_split_inp_writer->onSave();
|
||||||
cb_split_inp_writer->onRestore();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DlgSettingsFemCcxImp::loadSettings()
|
void DlgSettingsFemCcxImp::loadSettings()
|
||||||
|
@ -94,6 +93,7 @@ void DlgSettingsFemCcxImp::loadSettings()
|
||||||
fc_ext_editor->onRestore();
|
fc_ext_editor->onRestore();
|
||||||
cb_ccx_binary_std->onRestore();
|
cb_ccx_binary_std->onRestore();
|
||||||
fc_ccx_binary_path->onRestore();
|
fc_ccx_binary_path->onRestore();
|
||||||
|
cb_split_inp_writer->onRestore();
|
||||||
|
|
||||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath
|
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath
|
||||||
("User parameter:BaseApp/Preferences/Mod/Fem/Ccx");
|
("User parameter:BaseApp/Preferences/Mod/Fem/Ccx");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user