mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	Fix Overlay transparency for osdteletext
This commit is contained in:
		| @@ -2027,7 +2027,7 @@ void cOglPixmap::DrawBitmap(const cPoint & Point, const cBitmap & Bitmap, tColor | ||||
|                     1 ? ColorFg : Bitmap.Color(index)) : Bitmap.Color(index)); | ||||
|         } | ||||
|  | ||||
|     oglThread->DoCmd(new cOglCmdDrawImage(fb, argb, Bitmap.Width(), Bitmap.Height(), Point.X(), Point.Y(), Overlay)); | ||||
|     oglThread->DoCmd(new cOglCmdDrawImage(fb, argb, Bitmap.Width(), Bitmap.Height(), Point.X(), Point.Y(), true)); | ||||
|     SetDirty(); | ||||
|     MarkDrawPortDirty(cRect(Point, cSize(Bitmap.Width(), Bitmap.Height())).Intersected(DrawPort().Size())); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user