Skip to content

Commit

Permalink
add additionals fields for views created by tab controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaci23 committed Jun 28, 2023
1 parent 8fff743 commit 2b7c7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/view/navigation/TabController.bs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ function createView(menuItemContent as mc.types.node)
view = createObject("roSGNode", menuItemContent.screenType)
if view <> invalid
view.id = menuItemContent.id
if menuItemContent.fields <> invalid
mc.setOrAddNodeFields(view, menuItemContent.fields)
end if
end if
end if

Expand Down

0 comments on commit 2b7c7a8

Please sign in to comment.