Skip to content

Commit 56ac40e

Browse files
committed
Update code docs
1 parent 4344bb5 commit 56ac40e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/components_Clock.bs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
m.hideClock = false
1616
m.hours = m.top.findNode("hours")
1717
m.minutes = m.top.findNode("minutes")
18+
m.timeSeperator = m.top.findNode("timeSeperator")
1819

1920
m.dateTimeObject = CreateObject("roDateTime")
2021
m.dateTimeObject.ToLocalTime()
@@ -54,6 +55,7 @@
5455
end if
5556

5657
m.hours.text = displayedHour
58+
m.timeSeperator.visible = true
5759
m.minutes.text = displayedMinute
5860
m.top.hours = currentHours
5961
m.top.minutes = currentMinutes

0 commit comments

Comments
 (0)