has been tested on k3g

(after ioctl to ffi.C.ioctl in framebuffer_linux.lua)
pull/599/head
nicolua 10 years ago
parent 90d9c3ddb1
commit 8a2c55330b

@ -80,7 +80,7 @@ function FocusManager:onFocusMove(args)
current_item:handleEvent(Event:new("Unfocus"))
self.layout[self.selected.y][self.selected.x]:handleEvent(Event:new("Focus"))
-- trigger a repaint (we need to be the registered widget!)
UIManager:setDirty(self.show_parent or self, "partial")
UIManager:setDirty(self.show_parent or self, "partial")
break
end
end

Loading…
Cancel
Save