From f3a149acf6446195a792d1a7685e449eea2192ea Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Sat, 7 Apr 2007 00:18:28 +0000 Subject: Make conditionals trigger a line update. Fixes FS#6987. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13054 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index c8dc1562c3..08cc4c646f 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -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: -- cgit v1.2.3