cleanup
This commit is contained in:
@@ -848,11 +848,11 @@ void OptionRow::ResetFocusFromSelection( PlayerNumber pn )
|
|||||||
{
|
{
|
||||||
switch( m_pHand->m_Def.m_selectType )
|
switch( m_pHand->m_Def.m_selectType )
|
||||||
{
|
{
|
||||||
case SELECT_ONE:
|
case SELECT_ONE:
|
||||||
/* Import the focus from the selected option. */
|
/* Import the focus from the selected option. */
|
||||||
int iSelection = GetOneSelection( pn, true );
|
int iSelection = GetOneSelection( pn, true );
|
||||||
m_iChoiceInRowWithFocus[pn] = iSelection; // focus on the selection we just set
|
m_iChoiceInRowWithFocus[pn] = iSelection; // focus on the selection we just set
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user