ReaderHighlight: add abort select mode (#9786)

This commit is contained in:
hius07
2022-11-18 21:17:25 +02:00
committed by GitHub
parent 93a0895b0b
commit d95c692c78
4 changed files with 100 additions and 40 deletions

View File

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