mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Menu: speed up rendering of long texts (#3657)
Slowness mostly noticable in Bookmarks with long highlights
This commit is contained in:
@@ -145,6 +145,9 @@ function ReaderFont:onShowFontMenu()
|
||||
title = self.font_menu_title,
|
||||
item_table = self.face_table,
|
||||
width = Screen:getWidth() - 100,
|
||||
height = Screen:getHeight() / 2,
|
||||
single_line = true,
|
||||
perpage_custom = 8,
|
||||
}
|
||||
-- build container
|
||||
local menu_container = CenterContainer:new{
|
||||
|
||||
Reference in New Issue
Block a user