From 10067a01b90b985ada8562fcee81221cd2797e68 Mon Sep 17 00:00:00 2001 From: vanhofen 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c14e9f8256e914102dd652c2a04f3e167d11437e Author: vanhofen Date: 2017-10-25 (Wed, 25 Oct 2017) Origin message was: ------------------ - channellist: add separator item to menu for a smoother view Signed-off-by: Thilo Graf ------------------ This commit was generated by Migit --- 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();