mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
Added possibility to search for reruns in case of a timer conflict
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user