mirror of https://github.com/arendst/Tasmota.git
Update antiburn.be (#22386)
Currently anitburn doesn't cover other objects if they are on lv.layer_top, moving it to lv.layer_sys fixes this issue.
This commit is contained in:
parent
0ba0b8dada
commit
e30d88e013
|
@ -21,7 +21,7 @@ antiburn.init = def (m)
|
|||
lv.start()
|
||||
|
||||
if self.antiburn == nil
|
||||
var antiburn = lv.obj(lv.layer_top())
|
||||
var antiburn = lv.obj(lv.layer_sys())
|
||||
antiburn.set_style_radius(0, 0)
|
||||
antiburn.set_style_border_width(0, 0)
|
||||
antiburn.set_style_bg_opa(255, 0)
|
||||
|
|
Loading…
Reference in New Issue