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:
Hans-Werner Hilse
2014-11-28 15:34:09 +00:00
parent 0c80537003
commit b2e38ca80d

View File

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