From fc11f68d2e1b2980b90da644ee3ef5b97ab2f5cf Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 17 Sep 2021 19:38:02 +0100 Subject: [PATCH] remove solid bg - not needed now we fill the bg anyway --- modules/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Layout.js b/modules/Layout.js index fa53477fe..3686eb626 100644 --- a/modules/Layout.js +++ b/modules/Layout.js @@ -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,