From 25414ad0b4196675aed325de9002f539e868d1a1 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/49cd7b13a3bfaca6491e49dd548d76ef2fb68ad1 Author: vanhofen Date: 2017-10-25 (Wed, 25 Oct 2017) Origin message was: ------------------ - channellist: add separator item to menu for a smoother view ------------------ No further description and justification available within origin commit message! ------------------ 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 dd4be0d92..7e5798b28 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();