mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
- fix annoying gui flickering when fading is activated on nevis
This commit is contained in:
@@ -89,8 +89,8 @@ void COSDFader::Stop()
|
||||
{
|
||||
if ( fadeIn || fadeOut ) {
|
||||
g_RCInput->killTimer(fadeTimer);
|
||||
usleep(40000);
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
usleep(40000);
|
||||
frameBuffer->setBlendMode(CNXTFB_BLEND_MODE_PER_PIXEL); // Global alpha multiplied with pixel alpha
|
||||
#else
|
||||
frameBuffer->setBlendMode(1); // Global alpha multiplied with pixel alpha
|
||||
|
Reference in New Issue
Block a user