mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
gui/widget/menue.cpp: remove one indent level in CMenuWidget::exec
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