summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 0b76f0f9..488ff3d1 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -97,6 +97,10 @@ cFlatDisplayChannel::cFlatDisplayChannel(bool WithInfo) : m_Receiver(NULL) {
cDevice::ActualDevice()->AttachReceiver(m_Receiver);
}
}
+
+ if( Config.ChannelWeatherShow )
+ DrawWidgetWeather();
+
DecorBorderDraw(Config.decorBorderChannelSize, Config.decorBorderChannelSize+channelHeight - height,
channelWidth, heightTop + heightBottom + Config.decorProgressChannelSize+marginItem*2,
Config.decorBorderChannelSize, Config.decorBorderChannelType, Config.decorBorderChannelFg, Config.decorBorderChannelBg);