changed passed in values to be metrics

fix problems setting vbSelected on Reload
This commit is contained in:
Chris Danford
2005-02-25 19:26:05 +00:00
parent 071f02a862
commit a288ff8b6e
3 changed files with 48 additions and 24 deletions
+2 -2
View File
@@ -377,7 +377,7 @@ void ScreenOptions::PositionUnderlines()
for( unsigned r=0; r<m_Rows.size(); r++ ) // foreach options line
{
OptionRow &row = *m_Rows[r];
row.PositionUnderlines( m_bShowUnderlines, TWEEN_SECONDS );
row.PositionUnderlines();
}
}
@@ -386,7 +386,7 @@ void ScreenOptions::PositionIcons()
for( unsigned i=0; i<m_Rows.size(); i++ ) // foreach options line
{
OptionRow &row = *m_Rows[i];
row.PositionIcons( TWEEN_SECONDS );
row.PositionIcons();
continue;
}
}