fix assertion failure on kart selection screen caused by manipulating variables directly instead of using the appropriate methods
This commit is contained in:
parent
d0f6e54bba
commit
2be5c99d47
@ -117,7 +117,7 @@ void FocusDispatcher::add()
|
||||
m_element->setTabStop(true);
|
||||
m_element->setTabGroup(false);
|
||||
m_element->setTabOrder(m_id);
|
||||
m_element->setVisible(false);
|
||||
setVisible(false);
|
||||
}
|
||||
|
||||
static FocusDispatcher* g_dispatcher = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user