fix for targets using line edit in virtual keyboard (spotted by freqmod)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10294 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ffc0cab816
commit
d29c03484b
1 changed files with 2 additions and 2 deletions
|
@ -823,12 +823,12 @@ int kbd_input(char* text, int buflen)
|
|||
{
|
||||
if (param[l].y < param[l].lines - 1)
|
||||
param[l].y++;
|
||||
#ifndef KBD_MODES
|
||||
else
|
||||
#ifndef KBD_MODES
|
||||
param[l].y=0;}
|
||||
#else
|
||||
line_edit = true;
|
||||
}
|
||||
line_edit = true;
|
||||
}
|
||||
if (!line_edit)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue