fixed missing lines
This commit is contained in:
parent
289de21f8e
commit
e14d88b06c
|
@ -1,5 +1,8 @@
|
|||
CHANGELOG
|
||||
|
||||
4.5.3 (2021-01-09)
|
||||
• Fixed missing lines in xmenu.c.
|
||||
|
||||
4.5.2 (2021-01-09)
|
||||
• Fixed missing line in xmenu.c.
|
||||
|
||||
|
|
2
xmenu.c
2
xmenu.c
|
@ -1329,6 +1329,7 @@ enteritem:
|
|||
case XK_ISO_Left_Tab:
|
||||
if (*text) {
|
||||
item = matchitem(currmenu, text, -1);
|
||||
action = ACTION_SELECT | ACTION_DRAW;
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
|
@ -1339,6 +1340,7 @@ enteritem:
|
|||
case XK_Tab:
|
||||
if (*text) {
|
||||
item = matchitem(currmenu, text, 1);
|
||||
action = ACTION_SELECT | ACTION_DRAW;
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
|
|
Loading…
Reference in New Issue
Block a user