update underlines in AfterImportOptions

This commit is contained in:
Glenn Maynard
2006-01-18 04:25:52 +00:00
parent 6e7af389e8
commit 7b4c4643da
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -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.