Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed Nov 22, 2012
1 parent 0d757e9 commit 5b1eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iup_key.c
Expand Up @@ -222,7 +222,7 @@ int iupKeyProcessNavigation(Ihandle* ih, int code, int shift)
int is_multiline = (IupClassMatch(ih, "text") && IupGetInt(ih, "MULTILINE"));
if (!is_multiline)
{
if (code == K_sTAB)
if (code == K_sTAB || shift)
IupPreviousField(ih);
else
IupNextField(ih);
Expand Down

0 comments on commit 5b1eb9f

Please sign in to comment.