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:
auria
2011-06-25 23:36:58 +00:00
parent c96b00dc6b
commit a277cf2258

View File

@@ -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);
}