Added possibility to create a recording from search timer result list

This commit is contained in:
louis
2014-02-07 18:15:13 +01:00
parent 4b0f4184cf
commit 6285d8a85a
9 changed files with 54 additions and 37 deletions

View File

@@ -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) {