Revert "src/gui/osd_setup.cpp disable hint paint in channellist-mode, is broken"

This reverts commit 9566002cf8.


Origin commit data
------------------
Commit: 317f267ef2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
This commit is contained in:
vanhofen
2017-09-25 13:52:37 +02:00
parent 0fafaec36d
commit a38df2dbc3
2 changed files with 11 additions and 18 deletions

View File

@@ -75,7 +75,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
void showOsdMenusSetup(CMenuWidget *menu_menus);
void showOsdChannellogosSetup(CMenuWidget *menu_channellogos); //NI
void showOsdInfobarSetup(CMenuWidget *menu_infobar);
void showOsdChanlistSetup(CMenuWidget *menu_chanlist, bool hint_paint = true);
void showOsdChanlistSetup(CMenuWidget *menu_chanlist);
void showOsdEventlistSetup(CMenuWidget *menu_eventlist);
void showOsdVolumeSetup(CMenuWidget *menu_volume);
void showOsdInfoclockSetup(CMenuWidget *menu_infoclock);