Skip to content

Commit

Permalink
Fix custom paramters view (mavlink#12226)
Browse files Browse the repository at this point in the history
* Fix custom paramters view

* Delete artifacts
  • Loading branch information
vryabokon1705 authored Dec 20, 2024
1 parent 0bb79fd commit 523403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QmlControls/ParameterEditorController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void ParameterEditorController::_buildLists(void)
if (group->name == FactMetaData::kDefaultGroup) {
if (j != _categories.count() - 1) {
category->groups.removeAt(j);
category->groups.append(category);
category->groups.append(group);
}
break;
}
Expand Down

0 comments on commit 523403d

Please sign in to comment.