From f115804694eb77ddf343ac41000ac4479f1615a0 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 11 Jul 2007 07:54:10 +0000 Subject: make the debug menu nice and fast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13852 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index eff8def487..8dc3a347ab 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -109,7 +109,7 @@ static bool dbg_list(char *title, int count, int selection_size, gui_syncstatusbar_draw(&statusbars, true); action = get_action(CONTEXT_STD, HZ/5); if (gui_synclist_do_button(&lists, action, LIST_WRAP_UNLESS_HELD)) - gui_synclist_draw(&lists); + continue; if (action_callback) action = action_callback(action, &lists); if (action == ACTION_STD_CANCEL) -- cgit v1.2.3