mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
-fix fade on ttx start (?)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@715 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -416,8 +416,9 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
fadeTimer = 0;
|
||||
fadeIn = false;
|
||||
}
|
||||
if ((!fadeOut) && g_settings.widget_fade && fade) {
|
||||
if (!fadeOut)
|
||||
fadeOut = true;
|
||||
if ((!fadeOut) && g_settings.widget_fade && fade) {
|
||||
fadeTimer = g_RCInput->addTimer( FADE_TIME, false );
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd( 1 );
|
||||
msg = 0;
|
||||
|
Reference in New Issue
Block a user