mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add color highlight menu (#11044)
This commit is contained in:
@@ -160,7 +160,7 @@ function FrameContainer:paintTo(bb, x, y)
|
||||
container_height - 2*self.bordersize)
|
||||
end
|
||||
if self.dim then
|
||||
bb:dimRect(x + self.bordersize, y + self.bordersize,
|
||||
bb:lightenRect(x + self.bordersize, y + self.bordersize,
|
||||
container_width - 2*self.bordersize,
|
||||
container_height - 2*self.bordersize)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user