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) {
|
if (!init && isBackgroundArea) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
StopBlinkers();
|
||||||
if (pix) {
|
if (pix) {
|
||||||
pix->Fill(clrTransparent);
|
pix->Fill(clrTransparent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user