Don't shake when GUI is displayed.

svn-id: r3995
This commit is contained in:
James Brown 2002-04-18 15:02:57 +00:00
parent 7a9a6f0363
commit 636d975dde
2 changed files with 3 additions and 2 deletions

View file

@ -784,7 +784,7 @@ void Gui::addLetter(byte letter)
if (_editString == -1)
return;
if (letter == 13) {
if (letter == 13) {
handleCommand(8);
return;
}