Revert "CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup"

commit has problems: bad looking, if fade is ON, menu missed channel list fonts config

This reverts commit 253579909f.
This commit is contained in:
[CST] Focus
2014-07-17 15:16:05 +04:00
parent 416646bbff
commit 0cda142ba7
3 changed files with 64 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
~COsdSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
int showContextChanlistMenu(CMenuWidget *menu_chanlist);
int showContextChanlistMenu();
};
#endif