Skip to content

Commit 491b78c

Browse files
committed
Update code docs
1 parent 2a83407 commit 491b78c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/components_JRScene.bs.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
m.top.backgroundURI = ""
88
m.loadingText = m.top.findNode("loadingText")
99
m.spinner = m.top.findNode("spinner")
10+
11+
' set text manually to AVOID translation
12+
defaultFont = m.top.findNode("defaultFont")
13+
fallbackFont = m.top.findNode("fallbackFont")
14+
defaultFont.text = "Ag"
15+
fallbackFont.text = "Ag"
1016
end sub
1117

1218
sub loadingTextChanged()

0 commit comments

Comments
 (0)