Skip to content

Commit

Permalink
FEM: ccx input file splitting, fix restore of pref
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Nov 2, 2016
1 parent fc91712 commit c333e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp
Expand Up @@ -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()
Expand All @@ -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");
Expand Down

0 comments on commit c333e06

Please sign in to comment.