mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Fix Overlay transparency for osdteletext
This commit is contained in:
parent
267dccf87a
commit
8f96c06595
@ -2027,7 +2027,7 @@ void cOglPixmap::DrawBitmap(const cPoint & Point, const cBitmap & Bitmap, tColor
|
|||||||
1 ? ColorFg : Bitmap.Color(index)) : Bitmap.Color(index));
|
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();
|
SetDirty();
|
||||||
MarkDrawPortDirty(cRect(Point, cSize(Bitmap.Width(), Bitmap.Height())).Intersected(DrawPort().Size()));
|
MarkDrawPortDirty(cRect(Point, cSize(Bitmap.Width(), Bitmap.Height())).Intersected(DrawPort().Size()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user