mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
Added possibility to create a recording from search timer result list
This commit is contained in:
@@ -1871,7 +1871,7 @@ int cRecMenuItemEvent::DrawIcons(void) {
|
||||
if (imgHasTimer) {
|
||||
pixmapIcons->DrawImage(cPoint(width - iconSize - 10, iconY), *imgHasTimer);
|
||||
}
|
||||
} else {
|
||||
} else if (action2 != rmsDisabled) {
|
||||
std::string iconRec = active ? "record_active" : "record_inactive";
|
||||
cImage *imgRec = imgCache.GetIcon(iconRec, iconSize, iconSize);
|
||||
if (imgRec) {
|
||||
|
Reference in New Issue
Block a user