mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
personalize: changeNotify - no repaint menu after changed option values
reduces the flicker effect on screen
Origin commit data
------------------
Commit: 24dd74e471
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-06-05 (Tue, 05 Jun 2012)
This commit is contained in:
@@ -577,7 +577,7 @@ bool CPersonalizeGui::changeNotify(const neutrino_locale_t locale, void *data)
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
//shows a short help message
|
||||
@@ -912,7 +912,7 @@ bool CUserMenuNotifier::changeNotify(const neutrino_locale_t, void *)
|
||||
toDisable[0]->setActive(g_settings.personalize[SNeutrinoSettings::P_MAIN_RED_BUTTON]);
|
||||
toDisable[1]->setActive(g_settings.personalize[SNeutrinoSettings::P_MAIN_BLUE_BUTTON]);
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
//helper class to enable/disable pin setup
|
||||
|
Reference in New Issue
Block a user