This commit is contained in:
Glenn Maynard
2006-01-19 00:31:05 +00:00
parent 49b5375af8
commit f3c94e55c6
+5 -5
View File
@@ -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;
} }
// //