gui/widget/menue.cpp: fix jump to some item types with direct key

This commit is contained in:
[CST] Focus
2013-11-04 14:47:09 +04:00
parent 8676254150
commit 9fe3e97c84

View File

@@ -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...