mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed clear blinking in lists
This commit is contained in:
parent
994e39c940
commit
803143ae3a
@ -250,6 +250,7 @@ void cArea::Clear(void) {
|
||||
if (!init && isBackgroundArea) {
|
||||
return;
|
||||
}
|
||||
StopBlinkers();
|
||||
if (pix) {
|
||||
pix->Fill(clrTransparent);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user