From c14e9f8256e914102dd652c2a04f3e167d11437e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 25 Oct 2017 00:30:32 +0200 Subject: [PATCH] - channellist: add separator item to menu for a smoother view Signed-off-by: Thilo Graf --- src/gui/channellist.cpp | 3 +++ 1 file changed, 3 insertions(+) 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();