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
pull/1296/head
Hans-Werner Hilse 10 years ago
parent 0c80537003
commit b2e38ca80d

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

Loading…
Cancel
Save