channellist: add separator item to menu for a smoother view

Origin commit data
------------------
Branch: ni/coolstream
Commit: 49cd7b13a3
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2017-10-25 00:30:32 +02:00
parent db8b0b5736
commit 25414ad0b4

View File

@@ -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();