mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
CMenuWidget: small clean ups
This commit is contained in:
@@ -1455,10 +1455,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;
|
||||
|
Reference in New Issue
Block a user