Skip to content

Commit

Permalink
Fix custom paramters view
Browse files Browse the repository at this point in the history
  • Loading branch information
vryabokon1705 committed Dec 17, 2024
1 parent 112b708 commit e61990d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file added android/.gradle/8.10.2/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added android/.gradle/8.10.2/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Empty file.
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 e61990d

Please sign in to comment.