InitText in OptionRow::Reload instead of UpdateText
This commit is contained in:
Glenn Maynard
2005-07-15 21:48:06 +00:00
parent 2a90e103a3
commit ca6d18745f
+4 -3
View File
@@ -5,8 +5,6 @@
#include "Font.h"
#include "Foreach.h"
#include "OptionRowHandler.h"
#include "FontManager.h"
#include "Font.h"
#include "CommonMetrics.h"
#include "GameState.h"
#include "song.h"
@@ -829,7 +827,10 @@ void OptionRow::Reload( const OptionRowDefinition &def )
//}
UpdateEnabledDisabled();
UpdateText();
/* Update the text to show the options we just updated. */
InitText();
FOREACH_HumanPlayer( p )
PositionUnderlines( p );
}