Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5cbd1f08
Unverified
Commit
5cbd1f08
authored
Dec 06, 2018
by
Don Gagne
Committed by
GitHub
Dec 06, 2018
Browse files
Merge pull request #7069 from DonLakeFlyer/ParameterEditor
Parameter editor: Multiple components not displaying correctly
parents
3b2c1e36
3c4bf979
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/ParameterEditorController.cc
View file @
5cbd1f08
...
...
@@ -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
()
...
...
src/comm/PX4MockLink.params
View file @
5cbd1f08
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment