remove current weather scroll canvas and almanac-outlook
This commit is contained in:
parent
80958226ce
commit
eae3b321c7
4 changed files with 39 additions and 212 deletions
|
|
@ -196,7 +196,7 @@ class WeatherDisplay {
|
|||
if (OkToDrawLogoImage) this.drawLogoImage();
|
||||
if (OkToDrawNoaaImage) this.drawNoaaImage();
|
||||
if (OkToDrawCurrentConditions) {
|
||||
currentWeatherScroll.start(this.context);
|
||||
currentWeatherScroll.start();
|
||||
} else {
|
||||
// cause a reset if the progress screen is displayed
|
||||
currentWeatherScroll.stop(this.elemId === 'progress');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue