menue: fix listModeKey handling

Origin commit data
------------------
Commit: 870981c889
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-19 (Wed, 19 Oct 2016)

Origin message was:
------------------
- menue: fix listModeKey handling
This commit is contained in:
vanhofen
2016-10-19 14:06:24 +02:00
parent cf1d1aa450
commit aad3e74e72

View File

@@ -986,6 +986,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
default:
if (CNeutrinoApp::getInstance()->listModeKey(msg)) {
g_RCInput->postMsg (msg, 0);
retval = menu_return::RETURN_EXIT_ALL;
msg = CRCInput::RC_timeout;
}
else if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) {
retval = menu_return::RETURN_EXIT_ALL;