diff --git a/src/QmlControls/ParameterEditorController.cc b/src/QmlControls/ParameterEditorController.cc index 65d5930..69d40dc 100644 --- a/src/QmlControls/ParameterEditorController.cc +++ b/src/QmlControls/ParameterEditorController.cc @@ -47,8 +47,9 @@ ParameterEditorController::ParameterEditorController(void) } _updateParameters(); - connect(this, &ParameterEditorController::searchTextChanged, this, &ParameterEditorController::_updateParameters); - connect(this, &ParameterEditorController::currentGroupChanged, this, &ParameterEditorController::_updateParameters); + connect(this, &ParameterEditorController::searchTextChanged, this, &ParameterEditorController::_updateParameters); + connect(this, &ParameterEditorController::currentCategoryChanged, this, &ParameterEditorController::_updateParameters); + connect(this, &ParameterEditorController::currentGroupChanged, this, &ParameterEditorController::_updateParameters); } ParameterEditorController::~ParameterEditorController()