neutrino: display's setScrollMode() needs to be called on every start

Origin commit data
------------------
Branch: ni/coolstream
Commit: ac4083eda4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- neutrino: display's setScrollMode() needs to be called on every start

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 21:17:37 +01:00
parent a14a57ea3e
commit 3df2c33ff2

View File

@@ -2415,6 +2415,7 @@ TIMER_START();
CVFD::getInstance()->Clear();
CVFD::getInstance()->ShowText(g_Locale->getText(LOCALE_NI)); //NI
CVFD::getInstance()->setBacklight(g_settings.backlight_tv);
CVFD::getInstance()->setScrollMode(g_settings.lcd_scroll);
if (!scanSettings.loadSettings(NEUTRINO_SCAN_SETTINGS_FILE))
dprintf(DEBUG_NORMAL, "Loading of scan settings failed. Using defaults.\n");