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_iFocusY = KEYBOARD_ROW_SPECIAL;
|
||||||
m_iFocusX = DONE;
|
m_iFocusX = DONE;
|
||||||
|
|
||||||
UpdateKeyboardText();
|
|
||||||
PositionCursor();
|
PositionCursor();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -333,8 +332,6 @@ void ScreenTextEntry::AppendToAnswer( RString s )
|
|||||||
m_sAnswer = sNewAnswer;
|
m_sAnswer = sNewAnswer;
|
||||||
m_sndType.Play();
|
m_sndType.Play();
|
||||||
UpdateAnswerText();
|
UpdateAnswerText();
|
||||||
|
|
||||||
UpdateKeyboardText();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScreenTextEntry::BackspaceInAnswer()
|
void ScreenTextEntry::BackspaceInAnswer()
|
||||||
|
|||||||
Reference in New Issue
Block a user