mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
fontscaling: force users with old 112% scaling to new 105%
Origin commit data
------------------
Branch: ni/coolstream
Commit: b69e362dae
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Origin message was:
------------------
- fontscaling: force users with old 112% scaling to new 105%
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -993,6 +993,14 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
configfile.setString("usermenu_tv_yellow", g_settings.usermenu[SNeutrinoSettings::BUTTON_YELLOW]->items);
|
configfile.setString("usermenu_tv_yellow", g_settings.usermenu[SNeutrinoSettings::BUTTON_YELLOW]->items);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (g_settings.version_pseudo < "20160623110000")
|
||||||
|
{
|
||||||
|
if (g_settings.screen_xres == 112)
|
||||||
|
g_settings.screen_xres = 105;
|
||||||
|
|
||||||
|
if (g_settings.screen_yres == 112)
|
||||||
|
g_settings.screen_yres = 105;
|
||||||
|
}
|
||||||
|
|
||||||
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
||||||
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
||||||
|
@@ -1 +1 @@
|
|||||||
#define NEUTRINO_VERSION_PSEUDO "20160226110000"
|
#define NEUTRINO_VERSION_PSEUDO "20160623110000"
|
||||||
|
Reference in New Issue
Block a user