mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: add abort select mode (#9786)
This commit is contained in:
@@ -225,8 +225,8 @@ function ReaderView:paintTo(bb, x, y)
|
||||
if self.footer_visible then
|
||||
self.footer:paintTo(bb, x, y)
|
||||
end
|
||||
-- paint flipping
|
||||
if self.flipping_visible then
|
||||
-- paint flipping or select mode sign
|
||||
if self.flipping_visible or self.ui.highlight.select_mode then
|
||||
self.flipping:paintTo(bb, x, y)
|
||||
end
|
||||
for _, m in pairs(self.view_modules) do
|
||||
|
||||
Reference in New Issue
Block a user