bthrm - Do not use lazy rendering

pull/3349/head
Martin Boonk 2024-04-14 10:39:05 +02:00
parent 08f412f7f5
commit 020924fb03
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var layout = new Layout( {
{ type:undefined, height:8 } //dummy to protect debug output
]
}, {
lazy:true
lazy:false
});
var int,agg,bt;
@ -108,6 +108,7 @@ function draw(){
}
layout.update();
layout.clear();
layout.render();
let first = true;
for (let c of layout.l.c){