Debugging.
This commit is contained in:
@@ -78,11 +78,7 @@ RString OptionRowHandler::GetThemedItemText( int iChoice ) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( bTheme )
|
if( bTheme )
|
||||||
{
|
|
||||||
LOG->MapLog( "OptionRowHandler::GetThemedItemText", "choice %d: %s", iChoice, s.c_str() );
|
|
||||||
s = CommonMetrics::LocalizeOptionItem( s, false );
|
s = CommonMetrics::LocalizeOptionItem( s, false );
|
||||||
LOG->UnmapLog( "OptionRowHandler::GetThemedItemText" );
|
|
||||||
}
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -218,6 +218,7 @@ void ScreenOptions::InitMenu( const vector<OptionRowHandler*> &vHands )
|
|||||||
|
|
||||||
bool bFirstRowGoesDown = m_OptionsNavigation==NAV_TOGGLE_THREE_KEY;
|
bool bFirstRowGoesDown = m_OptionsNavigation==NAV_TOGGLE_THREE_KEY;
|
||||||
|
|
||||||
|
CHECKPOINT_M( ssprintf("Loading row %u: %s", r, vHands[r]->m_Def.m_sName.c_str()) );
|
||||||
row.LoadNormal( vHands[r], bFirstRowGoesDown );
|
row.LoadNormal( vHands[r], bFirstRowGoesDown );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user