mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
				synced 2023-10-05 13:01:48 +00:00 
			
		
		
		
	fixed a bug in placing epg pictures in detailed epg view
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user