Menu: speed up rendering of long texts (#3657)

Slowness mostly noticable in Bookmarks with long highlights
This commit is contained in:
Robert
2018-02-04 19:48:39 +01:00
committed by poire-z
parent c63d31f8d5
commit 9c373f138f
2 changed files with 29 additions and 8 deletions

View File

@@ -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{