diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index bfd25c192..012b30792 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -312,6 +312,9 @@ int CChannelList::doChannelMenu(void) menu->enableFade(false); menu->enableSaveScreen(true); + // we don't show introitems, so we add a separator for a smoother view + menu->addItem(GenericMenuSeparator); + //ensure stop info clock before paint context menu CInfoClock::getInstance()->block();