fix going up from first row

This commit is contained in:
Chris Danford
2004-04-18 21:48:54 +00:00
parent aa17c3065d
commit c84ff1e5be
+3
View File
@@ -146,6 +146,9 @@ void ScreenSetTime::ChangeValue( int iDirection )
void ScreenSetTime::ChangeSelection( int iDirection )
{
if( iDirection == -1 && m_Selection == 0 ) // top row
return; // can't go up any more
// turn off old effect
m_textValue[m_Selection].SetEffectNone();