mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Annotations: fixes (#11761)
This commit is contained in:
@@ -222,7 +222,7 @@ function ReaderView:paintTo(bb, x, y)
|
||||
self.arrow:paintTo(bb, 0, self.dim_area.y == 0 and self.dim_area.h - center_offset or self.dim_area.y - center_offset)
|
||||
elseif self.page_overlap_style == "line" then
|
||||
bb:paintRect(0, self.dim_area.y == 0 and self.dim_area.h or self.dim_area.y,
|
||||
self.dim_area.w, Size.line.medium, Blitbuffer.COLOR_BLACK)
|
||||
self.dim_area.w, Size.line.medium, Blitbuffer.COLOR_DARK_GRAY)
|
||||
end
|
||||
end
|
||||
-- draw saved highlight
|
||||
|
||||
Reference in New Issue
Block a user