FEM: ccx input file splitting, fix restore of pref

This commit is contained in:
Bernd Hahnebach 2016-11-02 18:09:15 +01:00
parent fc91712b85
commit c333e069ad

View File

@ -70,7 +70,6 @@ void DlgSettingsFemCcxImp::saveSettings()
cb_ccx_binary_std->onSave();
fc_ccx_binary_path->onSave();
cb_split_inp_writer->onSave();
cb_split_inp_writer->onRestore();
}
void DlgSettingsFemCcxImp::loadSettings()
@ -94,6 +93,7 @@ void DlgSettingsFemCcxImp::loadSettings()
fc_ext_editor->onRestore();
cb_ccx_binary_std->onRestore();
fc_ccx_binary_path->onRestore();
cb_split_inp_writer->onRestore();
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath
("User parameter:BaseApp/Preferences/Mod/Fem/Ccx");