remove solid bg - not needed now we fill the bg anyway

pull/813/head^2
Gordon Williams 2021-09-17 19:38:02 +01:00
parent bd79718907
commit fc11f68d2e
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ Layout.prototype.render = function (l) {
var cb = {
"":function(){},
"txt":function(l){
g.setFont(l.font,l.fsz).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1), true/*solid bg*/);
g.setFont(l.font,l.fsz).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1));
}, "btn":function(l){
var poly = [
l.x,l.y+4,