diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:57:06 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:57:06 +0100 |
commit | 88012c106b8310507e872c72544f423433bac5d2 (patch) | |
tree | cf4f58d87b296cf7ed2d269725ae83f8e9db68f0 /ttxtsubsdisplay.c | |
parent | 00bd2927feef683ce1630c0614fbe91cd0ea4e93 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.4b.tar.gz vdr-plugin-ttxtsubs-0.0.4b.tar.bz2 |
- Fix patch for VDR 1.2.5v0.0.4b
- Minor bug fix for dxr3 display
Diffstat (limited to 'ttxtsubsdisplay.c')
-rw-r--r-- | ttxtsubsdisplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ttxtsubsdisplay.c b/ttxtsubsdisplay.c index 60802d7..a108919 100644 --- a/ttxtsubsdisplay.c +++ b/ttxtsubsdisplay.c @@ -367,6 +367,7 @@ void cTtxtSubsDisplay::ShowOSD(void) wind = mOsd->Create(0, y, w, ROWH, 2); //dprint("W: %d\n", w); + mOsd->Fill(0, y, w, y + ROWH, clrWhite, wind); // needed for dxr3s... mOsd->Fill(0, y, w, y + ROWH, clrBackground, wind); mOsd->Text(TEXTX, y + TEXTY, buf[i], clrWhite, clrBackground, wind); |