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:
Nicolas Pennequin 2007-04-07 00:18:28 +00:00
parent d6cb716697
commit f3a149acf6

View file

@ -1388,6 +1388,7 @@ static bool get_line(struct gui_wps *gwps,
case WPS_TOKEN_CONDITIONAL:
/* place ourselves in the right conditional case */
i = evaluate_conditional(gwps, i);
update = true;
break;
case WPS_TOKEN_CONDITIONAL_OPTION: