mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
dfcd67c5bf
And also fix a touchmenu bug that prevent some menu entries (always at the bottom of the menu) from showing submenus. The reason is that the onTapSelect method of TouchMenuItem doesn't return true, so that the tap gesture will propagate to the parent widget and be captured by touchmenu itself. But at this time the dimen of touchmenu is changed to the submenu of the tapped menuitem. If the submenu is short enough the tap will be outside of touchmenu which will cause a TapCloseAllMenus event and the submenu will never be shown. |
||
---|---|---|
.. | ||
modules | ||
pluginloader.lua | ||
readerui.lua |