mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
adapt widgets and text rendering to new font rendering
no background for text rendering anymore
This commit is contained in:
@@ -80,7 +80,6 @@ function TouchMenuItem:init()
|
||||
},
|
||||
TextWidget:new{
|
||||
text = self.item.text or self.item.text_func(),
|
||||
bgcolor = 0.0,
|
||||
fgcolor = item_enabled ~= false and 1.0 or 0.5,
|
||||
face = self.face,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user