Unverified Commit 5cbd1f08 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7069 from DonLakeFlyer/ParameterEditor

Parameter editor: Multiple components not displaying correctly
parents 3b2c1e36 3c4bf979
......@@ -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()
......
......@@ -737,4 +737,5 @@
1 1 TRIG_MODE 4 6
1 1 VT_B_DEC_MSS 2.000000000000000000 9
1 1 VT_B_REV_DEL 0.000000000000000000 9
1 2 VT_B_REV_DEL 0.000000000000000000 9
1 2 COMP_2_PARAM 0.000000000000000000 9
1 3 COMP_3_PARAM 0.000000000000000000 9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment