core/menusystem: use the right function name
This commit is contained in:
parent
2e0503f75a
commit
dbfe4747f9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function Menu:new(controller, name, x, y, w, h)
|
|||
self.widget.selected = 0
|
||||
self.widget.selectedPrevious = 0
|
||||
self.widget.cancel = 0
|
||||
self:setWidgetSize()
|
||||
self:updateWidgetSize()
|
||||
|
||||
self.isDestroyed = false
|
||||
self.haveFocus = false
|
||||
|
|
Loading…
Reference in a new issue