mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
has been tested on k3g
(after ioctl to ffi.C.ioctl in framebuffer_linux.lua)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user