CMenuWidget: small clean ups

This commit is contained in:
2017-10-08 17:48:32 +02:00
parent ea0cd48d18
commit 4ad5ce65e2

View File

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