master
Gordon Williams 2021-10-18 13:35:28 +01:00
parent f41b3c5a88
commit c4c2a93056
1 changed files with 2 additions and 0 deletions

View File

@ -415,3 +415,5 @@ Layout.prototype.clear = function(l) {
if (l.bgCol!==undefined) g.setBgColor(l.bgCol); if (l.bgCol!==undefined) g.setBgColor(l.bgCol);
g.clearRect(l.x,l.y,l.x+l.w-1,l.y+l.h-1); g.clearRect(l.x,l.y,l.x+l.w-1,l.y+l.h-1);
}; };
exports = Layout;