Don't shake when GUI is displayed.
svn-id: r3995
This commit is contained in:
parent
7a9a6f0363
commit
636d975dde
2 changed files with 3 additions and 2 deletions
2
gui.cpp
2
gui.cpp
|
@ -784,7 +784,7 @@ void Gui::addLetter(byte letter)
|
|||
if (_editString == -1)
|
||||
return;
|
||||
|
||||
if (letter == 13) {
|
||||
if (letter == 13) {
|
||||
handleCommand(8);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue