Added possibility to search for reruns in case of a timer conflict

This commit is contained in:
louis
2013-12-29 18:13:45 +01:00
parent 06ed8b3567
commit eede61ade5
102 changed files with 722 additions and 235 deletions

View File

@@ -340,6 +340,7 @@ void cRecMenu::Arrange(bool scroll) {
if (!scroll) {
header->SetGeometry(xElement, yElement, widthElement);
header->SetPixmaps();
header->setBackground();
}
yElement += header->GetHeight();
}
@@ -351,6 +352,7 @@ void cRecMenu::Arrange(bool scroll) {
if (footer && !scroll) {
footer->SetGeometry(xElement, yElement, widthElement);
footer->SetPixmaps();
footer->setBackground();
}
}