Remove outdated FIXME I forgot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9072 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -75,7 +75,6 @@ void AddonsScreen::init()
|
||||
Screen::init();
|
||||
getWidget<GUIEngine::RibbonWidget>("category")->setDeactivated();
|
||||
|
||||
// FIXME: return tab stop to the center when leaving this screen!!
|
||||
GUIEngine::getFont()->setTabStop(0.66f);
|
||||
|
||||
if(UserConfigParams::logAddons())
|
||||
@@ -100,6 +99,7 @@ void AddonsScreen::init()
|
||||
|
||||
void AddonsScreen::tearDown()
|
||||
{
|
||||
// return tab stop to the center when leaving this screen!!
|
||||
GUIEngine::getFont()->setTabStop(0.5f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user