change logic from "extends beyond end" to "width > max width" (preparatory) (fixup)

This commit is contained in:
Glenn Maynard
2006-03-06 04:23:08 +00:00
parent 5dea328ec6
commit 892fa90a59
+1 -1
View File
@@ -313,7 +313,7 @@ void OptionRow::InitText()
bt.RunCommands( m_pParentType->ITEMS_ON_COMMAND );
/* Figure out the width of the row. */
float fWidth = m_pParentType->ITEMS_START_X;
float fWidth = 0;
for( unsigned c=0; c<m_pHand->m_Def.m_vsChoices.size(); c++ )
{
RString sText = m_pHand->m_Def.m_vsChoices[c];