mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
gui/cam_menu.cpp: workaround, dont recalc timeout on EVT_TIMER
This commit is contained in:
@@ -474,6 +474,8 @@ int CCAMMenuHandler::doMenu(int slot, CA_SLOT_TYPE slotType)
|
|||||||
res = menu_return::RETURN_EXIT_ALL;
|
res = menu_return::RETURN_EXIT_ALL;
|
||||||
}
|
}
|
||||||
} else if (ret == 1) {
|
} else if (ret == 1) {
|
||||||
|
/* workaround: dont cycle here on timers */
|
||||||
|
if (msg != NeutrinoMessages::EVT_TIMER)
|
||||||
timeoutEnd = CRCInput::calcTimeoutEnd(10);
|
timeoutEnd = CRCInput::calcTimeoutEnd(10);
|
||||||
continue;
|
continue;
|
||||||
} else if (ret == 2) {
|
} else if (ret == 2) {
|
||||||
|
Reference in New Issue
Block a user