update underlines in AfterImportOptions
This commit is contained in:
@@ -431,6 +431,9 @@ void OptionRow::AfterImportOptions()
|
|||||||
m_Underline[p][c]->SetHidden( true );
|
m_Underline[p][c]->SetHidden( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FOREACH_HumanPlayer( p )
|
||||||
|
PositionUnderlines( p );
|
||||||
|
|
||||||
// Make all selections the same if bOneChoiceForAllPlayers
|
// Make all selections the same if bOneChoiceForAllPlayers
|
||||||
// Hack: we only import active players, so if only player 2 is imported,
|
// Hack: we only import active players, so if only player 2 is imported,
|
||||||
// we need to copy p2 to p1, not p1 to p2.
|
// we need to copy p2 to p1, not p1 to p2.
|
||||||
|
|||||||
@@ -302,7 +302,6 @@ void ScreenOptions::BeginScreen()
|
|||||||
CHECKPOINT;
|
CHECKPOINT;
|
||||||
|
|
||||||
PositionRows();
|
PositionRows();
|
||||||
PositionAllUnderlines();
|
|
||||||
PositionIcons();
|
PositionIcons();
|
||||||
RefreshAllIcons();
|
RefreshAllIcons();
|
||||||
PositionCursors();
|
PositionCursors();
|
||||||
|
|||||||
Reference in New Issue
Block a user