mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
system/setting_helpers.cpp: comment CVolume/CInfoClock Init in CColorSetupNotifier::changeNotify:
is it really needed to re-init them on palette change ?
This commit is contained in:
@@ -189,10 +189,12 @@ bool CColorSetupNotifier::changeNotify(const neutrino_locale_t, void *)
|
|||||||
8, convertSetupAlpha2Alpha(g_settings.infobar_alpha) );
|
8, convertSetupAlpha2Alpha(g_settings.infobar_alpha) );
|
||||||
|
|
||||||
frameBuffer->paletteSet();
|
frameBuffer->paletteSet();
|
||||||
|
#if 0
|
||||||
/* recalculate volumebar */
|
/* recalculate volumebar */
|
||||||
CVolume::getInstance()->Init();
|
CVolume::getInstance()->Init();
|
||||||
/* recalculate infoclock */
|
/* recalculate infoclock */
|
||||||
CInfoClock::getInstance()->Init();
|
CInfoClock::getInstance()->Init();
|
||||||
|
#endif
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user