Fix widget drawing without having the actual widget area
parent
9c63ebf9da
commit
936702d9fc
|
|
@ -254,6 +254,8 @@ function draw() {
|
||||||
if (setting("show")) {
|
if (setting("show")) {
|
||||||
g.setFont("6x8", 1).setFontAlign(1, 0);
|
g.setFont("6x8", 1).setFontAlign(1, 0);
|
||||||
const x = this.x, y = this.y;
|
const x = this.x, y = this.y;
|
||||||
|
if (this.x == undefined)
|
||||||
|
return; // widget not yet there
|
||||||
if (medianPressure == undefined) {
|
if (medianPressure == undefined) {
|
||||||
// trigger a new check
|
// trigger a new check
|
||||||
getPressureValue();
|
getPressureValue();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue