Update Layout.js

pull/1788/head
sir-indy 2022-04-29 11:28:58 +01:00 committed by GitHub
parent f114923305
commit baa242e92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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