mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
gui/widget/stringinput_ext.cpp: fix cycle on dialog after timeout
Origin commit data
------------------
Commit: a63acf6306
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
This commit is contained in:
@@ -248,6 +248,7 @@ int CExtendedInput::exec( CMenuTarget* parent, const std::string & )
|
||||
*cancel = false;
|
||||
}
|
||||
else if(erg==CMessageBox::mbrCancel){
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||
}
|
||||
} else {
|
||||
//keine <20>nderungen - beenden ok
|
||||
|
Reference in New Issue
Block a user