mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Two fixes from NuPogodi
1. ATM, the footers in selectmenu.lua & helppage.lua are left-adjusted, these also contain the prompt for users how to call help (selectmenu.lua) and how to go back (helppage.lua). By minor correction to function DrawFooter() in filechooser.lua, one may readily make the rest footers to look in a similar way. 2. When writing the code of inputbox.lua, I (NuPogodi) left the wrong command to delete the 1st entry in the math function list (called in calculator mode by pressing Alt-M).
This commit is contained in:
@@ -493,7 +493,7 @@ function InputBox:defineCalcFunctions() -- for the calculator documentation
|
||||
self.calcfunctions:del(KEY_OUTOF_SCREEN_SAVER, nil, "Slider")
|
||||
self.calcfunctions:del(KEY_CHARGING, nil, "plugin/out usb")
|
||||
self.calcfunctions:del(KEY_NOT_CHARGING, nil, "plugin/out usb")
|
||||
self.calcfunctions:del(KEY_SPACE, MOD_ALT, "Space")
|
||||
self.calcfunctions:del(KEY_P, MOD_SHIFT, "P")
|
||||
|
||||
local s = " " -- space for function groups
|
||||
local a = 100 -- arithmetic functions
|
||||
|
||||
Reference in New Issue
Block a user