mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
gui/widget/menue.cpp: fix jump to some item types with direct key
This commit is contained in:
@@ -560,6 +560,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
if (titem->isSelectable()) {
|
||||
items[selected]->paint( false );
|
||||
selected= i;
|
||||
paintHint(selected);
|
||||
pos = selected;
|
||||
msg= CRCInput::RC_ok;
|
||||
} else {
|
||||
// swallow-key...
|
||||
|
Reference in New Issue
Block a user