From eae358e67d20b75fdf798611188c98003d21ad3c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 29 Jan 2006 00:20:18 +0000 Subject: [PATCH] Entering text changes the answer text, but not the text on the keys. --- stepmania/src/ScreenTextEntry.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index be421802de..bb2eff5893 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -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()