diff options
author | louis <louis.braun@gmx.de> | 2014-02-01 14:08:09 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-02-01 14:08:09 +0100 |
commit | 31c7bd5756155eff46d24ffecb03afa61554ffc9 (patch) | |
tree | 2ea7bb5cd6248f65d1c9b6de8350a25b618e45f8 /displayreplay.h | |
parent | 5ab9ad2ed362150cd7c06b4782d444495495f2db (diff) | |
download | skin-nopacity-31c7bd5756155eff46d24ffecb03afa61554ffc9.tar.gz skin-nopacity-31c7bd5756155eff46d24ffecb03afa61554ffc9.tar.bz2 |
Fixed bug that messages are not displayed during replay of a recording if DisplayReplay is active
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |