mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
gui/widget/menue.cpp: remove one indent level in CMenuWidget::exec
Origin commit data
------------------
Branch: ni/coolstream
Commit: 52834d73fb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-16 (Mon, 16 Jul 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -534,7 +534,9 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!handled) {
|
if (handled)
|
||||||
|
continue;
|
||||||
|
|
||||||
switch (msg) {
|
switch (msg) {
|
||||||
case (NeutrinoMessages::EVT_TIMER):
|
case (NeutrinoMessages::EVT_TIMER):
|
||||||
if(data == fader.GetTimer()) {
|
if(data == fader.GetTimer()) {
|
||||||
@@ -723,7 +725,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
while ( msg!=CRCInput::RC_timeout );
|
while ( msg!=CRCInput::RC_timeout );
|
||||||
hide();
|
hide();
|
||||||
delete[] background;
|
delete[] background;
|
||||||
|
Reference in New Issue
Block a user