mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/widget/stringinput_ext.cpp: fix cycle on dialog after timeout
This commit is contained in:
@@ -248,6 +248,7 @@ int CExtendedInput::exec( CMenuTarget* parent, const std::string & )
|
|||||||
*cancel = false;
|
*cancel = false;
|
||||||
}
|
}
|
||||||
else if(erg==CMessageBox::mbrCancel){
|
else if(erg==CMessageBox::mbrCancel){
|
||||||
|
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//keine <20>nderungen - beenden ok
|
//keine <20>nderungen - beenden ok
|
||||||
|
Reference in New Issue
Block a user