|
|
@ -19,7 +19,7 @@ HotspotMenuWidget.ATTRS{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function HotspotMenuWidget:init()
|
|
|
|
function HotspotMenuWidget:init()
|
|
|
|
self:addviews{widgets.Label{text='!!'}}
|
|
|
|
self:addviews{widgets.Label{text='!'}}
|
|
|
|
self.mouseover = false
|
|
|
|
self.mouseover = false
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
@ -176,7 +176,6 @@ function MenuScreen:init()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
self.initialize = function()
|
|
|
|
self.initialize = function()
|
|
|
|
print('initilize')
|
|
|
|
|
|
|
|
self.subviews.list:setSelected(is_inverted and #choices or 1)
|
|
|
|
self.subviews.list:setSelected(is_inverted and #choices or 1)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|