diff options
Diffstat (limited to 'menuitem.c')
-rw-r--r-- | menuitem.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -219,6 +219,8 @@ void cNopacityMenuItem::DrawRoundedCorners(tColor borderColor) { } void cNopacityMenuItem::DrawChannelLogoBackground(void) { + if (!config.GetValue("menuChannelLogoBackground")) + return; int logoWidth = geoManager->menuLogoWidth; pixmapBackground->DrawRectangle(cRect(4,6,logoWidth-4, height-12), Theme.Color(clrMenuChannelLogoBack)); } |