Entering text changes the answer text, but not the text on the keys.

This commit is contained in:
Glenn Maynard
2006-01-29 00:20:18 +00:00
parent 142a3863d6
commit eae358e67d
-3
View File
@@ -265,7 +265,6 @@ void ScreenTextEntry::Input( const InputEventPlus &input )
m_iFocusY = KEYBOARD_ROW_SPECIAL;
m_iFocusX = DONE;
UpdateKeyboardText();
PositionCursor();
}
}
@@ -333,8 +332,6 @@ void ScreenTextEntry::AppendToAnswer( RString s )
m_sAnswer = sNewAnswer;
m_sndType.Play();
UpdateAnswerText();
UpdateKeyboardText();
}
void ScreenTextEntry::BackspaceInAnswer()