mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 15:41:00 +02:00
CMenuWidget: small clean ups
Origin commit data
------------------
Commit: 4ad5ce65e2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user