From 7b4c4643da9510354e3174caef4aaa1770146a07 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 04:25:52 +0000 Subject: [PATCH] update underlines in AfterImportOptions --- stepmania/src/OptionRow.cpp | 3 +++ stepmania/src/ScreenOptions.cpp | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 6de3e06f13..4e350f7697 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -431,6 +431,9 @@ void OptionRow::AfterImportOptions() m_Underline[p][c]->SetHidden( true ); } + FOREACH_HumanPlayer( p ) + PositionUnderlines( p ); + // Make all selections the same if bOneChoiceForAllPlayers // Hack: we only import active players, so if only player 2 is imported, // we need to copy p2 to p1, not p1 to p2. diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 1a0c87e03a..ea9824f87a 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -302,7 +302,6 @@ void ScreenOptions::BeginScreen() CHECKPOINT; PositionRows(); - PositionAllUnderlines(); PositionIcons(); RefreshAllIcons(); PositionCursors();