scan_steup: fix double blue with fastscan

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b8fcccde8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-11 (Sat, 11 May 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-05-11 00:21:20 +02:00
committed by vanhofen
parent ce65114be6
commit 5fbfa88e20

View File

@@ -617,7 +617,7 @@ int CScanSetup::showScanMenu()
//fast scan
CMenuWidget * fastScanMenu = new CMenuWidget(LOCALE_SATSETUP_FASTSCAN_HEAD, NEUTRINO_ICON_SETTINGS, w, MN_WIDGET_ID_SCAN_FAST_SCAN);
addScanMenuFastScan(fastScanMenu);
mf = new CMenuDForwarder(LOCALE_SATSETUP_FASTSCAN_HEAD, true, NULL, fastScanMenu, "", CRCInput::RC_blue);
mf = new CMenuDForwarder(LOCALE_SATSETUP_FASTSCAN_HEAD, true, NULL, fastScanMenu, "", CRCInput::RC_0);
mf->setHint("", LOCALE_MENU_HINT_SCAN_FAST);
settings->addItem(mf);
#endif