From a43f1eeda472fc41b6f64f37f1a11749b6dac75c Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 16 Nov 2014 15:05:20 +0100 Subject: add weather widget in displaychannel displayreplay --- displayreplay.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'displayreplay.c') diff --git a/displayreplay.c b/displayreplay.c index bb26fe35..c1dd97a9 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -31,6 +31,9 @@ cFlatDisplayReplay::cFlatDisplayReplay(bool ModeOnly) { iconsPixmap->Fill(clrTransparent); fontSecs = cFont::CreateFont(Setup.FontOsd, Setup.FontOsdSize * Config.TimeSecsScale * 100.0); + + if( Config.PlaybackWeatherShow ) + DrawWidgetWeather(); } cFlatDisplayReplay::~cFlatDisplayReplay() { -- cgit v1.2.3