forked from FOSS/BangleApps
bthrm - Do not use lazy rendering
parent
08f412f7f5
commit
020924fb03
|
@ -57,7 +57,7 @@ var layout = new Layout( {
|
||||||
{ type:undefined, height:8 } //dummy to protect debug output
|
{ type:undefined, height:8 } //dummy to protect debug output
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
lazy:true
|
lazy:false
|
||||||
});
|
});
|
||||||
|
|
||||||
var int,agg,bt;
|
var int,agg,bt;
|
||||||
|
@ -108,6 +108,7 @@ function draw(){
|
||||||
}
|
}
|
||||||
|
|
||||||
layout.update();
|
layout.update();
|
||||||
|
layout.clear();
|
||||||
layout.render();
|
layout.render();
|
||||||
let first = true;
|
let first = true;
|
||||||
for (let c of layout.l.c){
|
for (let c of layout.l.c){
|
||||||
|
|
Loading…
Reference in New Issue