Removed rectangle around non-selectable text.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1899 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-05-15 03:00:54 +00:00
parent bdec3c7121
commit 9e83714ec2

View File

@ -70,6 +70,7 @@ GrandPrixSelect::GrandPrixSelect() : m_curr_track_img(0), m_clock(0.0f)
widget_manager->addTextWgt( WTOK_DESCRIPTION, 80, 7, _("No Grand Prix selected") );
widget_manager->setWgtTextSize(WTOK_DESCRIPTION, WGT_FNT_SML);
widget_manager->hideWgtRect(WTOK_DESCRIPTION);
widget_manager->breakLine();
widget_manager->breakLine();