- channellist: add separator item to menu for a smoother view

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-10-25 00:30:32 +02:00
committed by Thilo Graf
parent 9a364075ab
commit c14e9f8256

View File

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