fixed a bug in placing epg pictures in detailed epg view

This commit is contained in:
louis 2014-01-16 16:55:57 +01:00
parent f32602e360
commit a7c76c8a23
1 changed files with 1 additions and 1 deletions

View File

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