forked from len0rd/rockbox
Make conditionals trigger a line update. Fixes FS#6987.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13054 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d6cb716697
commit
f3a149acf6
1 changed files with 1 additions and 0 deletions
|
|
@ -1388,6 +1388,7 @@ static bool get_line(struct gui_wps *gwps,
|
||||||
case WPS_TOKEN_CONDITIONAL:
|
case WPS_TOKEN_CONDITIONAL:
|
||||||
/* place ourselves in the right conditional case */
|
/* place ourselves in the right conditional case */
|
||||||
i = evaluate_conditional(gwps, i);
|
i = evaluate_conditional(gwps, i);
|
||||||
|
update = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WPS_TOKEN_CONDITIONAL_OPTION:
|
case WPS_TOKEN_CONDITIONAL_OPTION:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue