fix going up from first row
This commit is contained in:
@@ -146,6 +146,9 @@ void ScreenSetTime::ChangeValue( int iDirection )
|
|||||||
|
|
||||||
void ScreenSetTime::ChangeSelection( 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
|
// turn off old effect
|
||||||
m_textValue[m_Selection].SetEffectNone();
|
m_textValue[m_Selection].SetEffectNone();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user