Fixed navigation issues with lists (why did it ever work??)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8084 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
32e05b9da5
commit
581205944a
@ -77,6 +77,7 @@ void ListWidget::add()
|
||||
list->setAutoScrollEnabled(false);
|
||||
|
||||
m_element = list;
|
||||
m_element->setTabOrder( list->getID() );
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user