From c333e069ad5ff925f63e23e937c55f04ffb45c26 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 2 Nov 2016 18:09:15 +0100 Subject: [PATCH] FEM: ccx input file splitting, fix restore of pref --- src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp index 872a2d64d..04f245df8 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp @@ -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");