Origin commit data
------------------
Branch: ni/coolstream
Commit: a6de24c7b7
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-10-11 (Wed, 11 Oct 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2017-10-11 21:35:55 +02:00
6 changed files with 52 additions and 23 deletions

View File

@@ -1487,10 +1487,8 @@ void CMenuWidget::enableSaveScreen(bool enable)
void CMenuWidget::paintHint(int pos)
{
if (!g_settings.show_menu_hints){
//ResetModules(); //ensure clean up on changed setting
if (!g_settings.show_menu_hints)
return;
}
if (pos < 0 && !hint_painted)
return;