mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/widget/menue.cpp: fix jump to some item types with direct key
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9fe3e97c84
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -560,6 +560,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
if (titem->isSelectable()) {
|
if (titem->isSelectable()) {
|
||||||
items[selected]->paint( false );
|
items[selected]->paint( false );
|
||||||
selected= i;
|
selected= i;
|
||||||
|
paintHint(selected);
|
||||||
|
pos = selected;
|
||||||
msg= CRCInput::RC_ok;
|
msg= CRCInput::RC_ok;
|
||||||
} else {
|
} else {
|
||||||
// swallow-key...
|
// swallow-key...
|
||||||
|
Reference in New Issue
Block a user