Skip to content

Commit 6fce9bb

Browse files
committed
bumping to latest user-interface-base and display-shield.
1 parent 0184d9e commit 6fce9bb

File tree

5 files changed

+541
-544
lines changed

5 files changed

+541
-544
lines changed

guiComponents.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,8 +1430,8 @@ namespace microgui {
14301430
this.components[componentID].addContext(context)
14311431
}
14321432

1433-
/* override */ startup(controlSetupFn?: () => {}) {
1434-
super.startup(controlSetupFn)
1433+
/* override */ startup() {
1434+
super.startup()
14351435
}
14361436

14371437
private focus(hideOthers: boolean) {

0 commit comments

Comments
 (0)