mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
fixed a bug in placing epg pictures in detailed epg view
This commit is contained in:
parent
f32602e360
commit
a7c76c8a23
@ -104,7 +104,7 @@ bool cDetailView::setContentDrawportHeight() {
|
|||||||
yAddInf = yEPGText + heightEPG;
|
yAddInf = yEPGText + heightEPG;
|
||||||
yActors = yAddInf + heightReruns;
|
yActors = yAddInf + heightReruns;
|
||||||
yFanart = yActors + heightActors;
|
yFanart = yActors + heightActors;
|
||||||
yEPGPics = yAddInf + heightFanart;
|
yEPGPics = yFanart + heightFanart;
|
||||||
|
|
||||||
int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight;
|
int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight;
|
||||||
//check if pixmap content has to be scrollable
|
//check if pixmap content has to be scrollable
|
||||||
|
Loading…
Reference in New Issue
Block a user