mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
honor alpha when painting the dog-ear bookmark icon
allows for different icons making use of that. For our current icon, it actually doesn't. Fixes #402
This commit is contained in:
@@ -13,6 +13,7 @@ local ReaderDogear = InputContainer:new{}
|
||||
function ReaderDogear:init()
|
||||
local widget = ImageWidget:new{
|
||||
file = "resources/icons/dogear.png",
|
||||
alpha = true,
|
||||
}
|
||||
self[1] = RightContainer:new{
|
||||
dimen = Geom:new{w = Screen:getWidth(), h = widget:getSize().h},
|
||||
|
||||
Reference in New Issue
Block a user