fixup
This commit is contained in:
@@ -596,17 +596,18 @@ void OptionsList::SelectItem( const RString &sRowName, int iMenuItem )
|
|||||||
bSelections[iMenuItem] = true;
|
bSelections[iMenuItem] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ExportRow( sRowName );
|
||||||
|
|
||||||
|
UpdateMenuFromSelections();
|
||||||
|
|
||||||
if( pHandler->m_Def.m_bOneChoiceForAllPlayers && m_pLinked != NULL )
|
if( pHandler->m_Def.m_bOneChoiceForAllPlayers && m_pLinked != NULL )
|
||||||
{
|
{
|
||||||
vector<bool> &bLinkedSelections = m_pLinked->m_bSelections[sRowName];
|
vector<bool> &bLinkedSelections = m_pLinked->m_bSelections[sRowName];
|
||||||
bLinkedSelections = bSelections;
|
bLinkedSelections = bSelections;
|
||||||
|
|
||||||
if( m_pLinked->IsOpened() )
|
if( m_pLinked->IsOpened() )
|
||||||
m_pLinked->UpdateMenuFromSelections();
|
m_pLinked->UpdateMenuFromSelections();
|
||||||
}
|
}
|
||||||
|
|
||||||
ExportRow( sRowName );
|
|
||||||
|
|
||||||
UpdateMenuFromSelections();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void OptionsList::UpdateMenuFromSelections()
|
void OptionsList::UpdateMenuFromSelections()
|
||||||
|
|||||||
Reference in New Issue
Block a user