Improved keyboard navigation within lists somewhat

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3668 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-06-28 20:52:10 +00:00
parent 94c1addf3f
commit 47224bd947

View File

@ -530,6 +530,7 @@ void Screen::processAction(const int action, const unsigned int value, Input::In
}
if(stay_within_list) break;
else list->setSelected(-1);
}
if(el != NULL && el->getTabGroup() != NULL &&
@ -577,6 +578,7 @@ void Screen::processAction(const int action, const unsigned int value, Input::In
}
if(stay_within_list) break;
else list->setSelected(-1);
}
if(el != NULL && el->getTabGroup() != NULL &&