mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -632,7 +632,7 @@ function ReaderView:drawHighlightRect(bb, _x, _y, rect, drawer, draw_note_mark)
|
||||
if drawer == "lighten" then
|
||||
bb:lightenRect(x, y, w, h, self.highlight.lighten_factor)
|
||||
elseif drawer == "underscore" then
|
||||
bb:paintRect(x, y + h - 1, w, Size.line.medium, Blitbuffer.COLOR_GRAY)
|
||||
bb:paintRect(x, y + h - 1, w, Size.line.thick, Blitbuffer.COLOR_GRAY_4)
|
||||
elseif drawer == "strikeout" then
|
||||
local line_y = y + math.floor(h / 2) + 1
|
||||
if self.ui.paging then
|
||||
|
||||
Reference in New Issue
Block a user