mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed scrolling bug
This commit is contained in:
parent
70d3f63988
commit
11f5697032
@ -306,13 +306,13 @@ void cViewElement::WakeUp(void) {
|
||||
void cViewElement::Close(void) {
|
||||
delete detacher;
|
||||
detacher = NULL;
|
||||
StopScrolling();
|
||||
for (cAreaNode *node = areaNodes.First(); node; node = areaNodes.Next(node)) {
|
||||
node->StopBlinkers();
|
||||
sdOsd->Lock();
|
||||
node->Close();
|
||||
sdOsd->Unlock();
|
||||
}
|
||||
StopScrolling();
|
||||
dirty = true;
|
||||
init = true;
|
||||
startAnimation = true;
|
||||
@ -538,4 +538,5 @@ cPoint cViewElement::ShiftStart(cRect &shiftbox) {
|
||||
start.SetY(cOsd::OsdHeight());
|
||||
}
|
||||
return start;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user