diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index e62a25e9e..5f5d270cf 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -308,6 +308,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();