From 31c7bd5756155eff46d24ffecb03afa61554ffc9 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Feb 2014 14:08:09 +0100 Subject: Fixed bug that messages are not displayed during replay of a recording if DisplayReplay is active --- displayreplay.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'displayreplay.h') diff --git a/displayreplay.h b/displayreplay.h index 33ed2ca..9ada0fc 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -14,7 +14,6 @@ private: cString lastDate; int FrameTime; int FadeTime; - //cPixmap *pixmapHeader; cPixmap *pixmapBackground; cPixmap *pixmapTop; cPixmap *pixmapInfo; @@ -31,7 +30,7 @@ private: cPixmap *pixmapPlay; cPixmap *pixmapFwd; cPixmap *pixmapJump; - //cPixmap *pixmapFooter; + cPixmap *pixmapMessage; virtual void Action(void); void createOSD(void); void CreatePixmaps(void); -- cgit v1.2.3