Entering text changes the answer text, but not the text on the keys.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user