- menue: fix listModeKey handling

This commit is contained in:
svenhoefer
2016-10-19 14:06:24 +02:00
parent bd2f2cb849
commit 870981c889

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;