diff --git a/src/Gui/DlgParameterImp.cpp b/src/Gui/DlgParameterImp.cpp index 12a13aff5..586e2c1b9 100644 --- a/src/Gui/DlgParameterImp.cpp +++ b/src/Gui/DlgParameterImp.cpp @@ -236,7 +236,7 @@ void DlgParameterImp::onChangeParameterSet(int index) { ParameterManager* rcParMngr = App::GetApplication().GetParameterSet(parameterSet->itemData(index).toByteArray()); if (!rcParMngr) - return + return; // remove all labels paramGroup->clear();