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) {
|
void cViewElement::Close(void) {
|
||||||
delete detacher;
|
delete detacher;
|
||||||
detacher = NULL;
|
detacher = NULL;
|
||||||
|
StopScrolling();
|
||||||
for (cAreaNode *node = areaNodes.First(); node; node = areaNodes.Next(node)) {
|
for (cAreaNode *node = areaNodes.First(); node; node = areaNodes.Next(node)) {
|
||||||
node->StopBlinkers();
|
node->StopBlinkers();
|
||||||
sdOsd->Lock();
|
sdOsd->Lock();
|
||||||
node->Close();
|
node->Close();
|
||||||
sdOsd->Unlock();
|
sdOsd->Unlock();
|
||||||
}
|
}
|
||||||
StopScrolling();
|
|
||||||
dirty = true;
|
dirty = true;
|
||||||
init = true;
|
init = true;
|
||||||
startAnimation = true;
|
startAnimation = true;
|
||||||
@ -538,4 +538,5 @@ cPoint cViewElement::ShiftStart(cRect &shiftbox) {
|
|||||||
start.SetY(cOsd::OsdHeight());
|
start.SetY(cOsd::OsdHeight());
|
||||||
}
|
}
|
||||||
return start;
|
return start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user