fixed clear blinking in lists

This commit is contained in:
louis 2016-02-21 11:03:01 +01:00
parent 994e39c940
commit 803143ae3a
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ void cArea::Clear(void) {
if (!init && isBackgroundArea) { if (!init && isBackgroundArea) {
return; return;
} }
StopBlinkers();
if (pix) { if (pix) {
pix->Fill(clrTransparent); pix->Fill(clrTransparent);
} }