Another attempt at fixing kart selection screen, hopefully the right one

This commit is contained in:
Marianne Gagnon 2014-07-13 19:48:13 -04:00
parent 2be5c99d47
commit b456205b56

View File

@ -117,7 +117,6 @@ void FocusDispatcher::add()
m_element->setTabStop(true);
m_element->setTabGroup(false);
m_element->setTabOrder(m_id);
setVisible(false);
}
static FocusDispatcher* g_dispatcher = NULL;