From 6e6f0c6ef35cebc2ca199ca01f12598ad0209c1c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 22 Mar 2012 20:59:01 +0100 Subject: [PATCH] Redraw simplelist if/when necessary- Change-Id: I14a1cce8967af60a52d2d13e0b035b71fece8a63 --- apps/gui/list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gui/list.c b/apps/gui/list.c index 5af4501b45..c01a339aa2 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -954,6 +954,7 @@ bool simplelist_show_list(struct simplelist_info *info) break; } else if ((action == ACTION_REDRAW) || + (list_is_dirty(&lists)) || (old_line_count != simplelist_line_count)) { if (info->get_name == NULL) -- 2.11.4.GIT