From a7c76c8a23feecf86c736d751d76127266839a54 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 16 Jan 2014 16:55:57 +0100 Subject: [PATCH] fixed a bug in placing epg pictures in detailed epg view --- detailview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detailview.c b/detailview.c index a497e6a..3a93b9d 100644 --- a/detailview.c +++ b/detailview.c @@ -104,7 +104,7 @@ bool cDetailView::setContentDrawportHeight() { yAddInf = yEPGText + heightEPG; yActors = yAddInf + heightReruns; yFanart = yActors + heightActors; - yEPGPics = yAddInf + heightFanart; + yEPGPics = yFanart + heightFanart; int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight; //check if pixmap content has to be scrollable